We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5169e5 commit 8cb2868Copy full SHA for 8cb2868
virtualenv_install.sh
@@ -7,9 +7,8 @@
7
[[ $0 != "$BASH_SOURCE" ]] && sourced=1 || sourced=0
8
if [ $sourced = 1 ]
9
then
10
- python3 -m pip install --upgrade pip
11
- python3 -m pip install --upgrade wheel
12
- python3 -m pip install virtualenvwrapper --force-reinstall
+ python3 -m pip install --upgrade pip setuptools wheel
+ python3 -m pip install --upgrade virtualenvwrapper --upgrade-strategy=eager
13
export WORKON_HOME=$HOME/.virtualenvs
14
source `which virtualenvwrapper.sh`
15
echo ""
0 commit comments