🔧 Added python-virtualenvwrapper
This commit is contained in:
parent
c673634e30
commit
8d321893ee
2 changed files with 9 additions and 0 deletions
|
|
@ -378,3 +378,7 @@ doas pacman -S composer
|
|||
11/22/2023
|
||||
Install profanity (terminal xmpp client similar to irssi):
|
||||
doas pacman -S profanity
|
||||
|
||||
11/25/2023
|
||||
Install python-virtualenvwrapper (for easily creating python venvs on Arch)
|
||||
python-virtualenvwrapper
|
||||
|
|
|
|||
|
|
@ -9,6 +9,11 @@ set -o noclobber
|
|||
# create custom env variables:
|
||||
export cproj="/home/brian/Documents/Code/javascript/city_stats/research/"
|
||||
|
||||
# set up python-virtualenvwrapper
|
||||
# https://wiki.archlinux.org/title/Python/Virtual_environment
|
||||
export WORKON_HOME=~/.virtualenvs
|
||||
source /usr/bin/virtualenvwrapper_lazy.sh
|
||||
|
||||
# custom BROWSER env for ddgr:
|
||||
export BROWSER=librewolf
|
||||
# export BROWSER=links
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue