Skip to content

Commit 8cb2868

Browse files
committedFeb 18, 2024·
Update the virtualenv setup script
1 parent c5169e5 commit 8cb2868

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

‎virtualenv_install.sh

+2-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77
[[ $0 != "$BASH_SOURCE" ]] && sourced=1 || sourced=0
88
if [ $sourced = 1 ]
99
then
10-
python3 -m pip install --upgrade pip
11-
python3 -m pip install --upgrade wheel
12-
python3 -m pip install virtualenvwrapper --force-reinstall
10+
python3 -m pip install --upgrade pip setuptools wheel
11+
python3 -m pip install --upgrade virtualenvwrapper --upgrade-strategy=eager
1312
export WORKON_HOME=$HOME/.virtualenvs
1413
source `which virtualenvwrapper.sh`
1514
echo ""

0 commit comments

Comments
 (0)
Please sign in to comment.