From 8d321893ee71b181a1ec77a8d84fc27ed3b601d8 Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Sat, 25 Nov 2023 22:46:36 -0800 Subject: [PATCH] :wrench: Added python-virtualenvwrapper --- updates.txt | 4 ++++ zshrc.txt | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/updates.txt b/updates.txt index ac85b0ed..b2d1d15a 100644 --- a/updates.txt +++ b/updates.txt @@ -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 diff --git a/zshrc.txt b/zshrc.txt index 48de6797..7360fe4f 100644 --- a/zshrc.txt +++ b/zshrc.txt @@ -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