Update the virtualenv setup script

This commit is contained in:
Michael Mintz 2024-02-18 09:18:40 -05:00
parent c5169e55d1
commit 8cb28684ec
1 changed files with 2 additions and 3 deletions

View File

@ -7,9 +7,8 @@
[[ $0 != "$BASH_SOURCE" ]] && sourced=1 || sourced=0
if [ $sourced = 1 ]
then
python3 -m pip install --upgrade pip
python3 -m pip install --upgrade wheel
python3 -m pip install virtualenvwrapper --force-reinstall
python3 -m pip install --upgrade pip setuptools wheel
python3 -m pip install --upgrade virtualenvwrapper --upgrade-strategy=eager
export WORKON_HOME=$HOME/.virtualenvs
source `which virtualenvwrapper.sh`
echo ""