🔧 Added python-virtualenvwrapper

This commit is contained in:
z3rOR0ne 2023-11-25 22:46:36 -08:00
parent c673634e30
commit 8d321893ee
2 changed files with 9 additions and 0 deletions

View file

@ -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

View file

@ -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