diff --git a/installpyenv.sh b/installpyenv.sh index 6189766..127152e 100644 --- a/installpyenv.sh +++ b/installpyenv.sh @@ -22,7 +22,7 @@ source ~/.bashrc pip3 install --user virtualenv # Step 5. Create a virtual environment for the installed Python and activate it -mkdir ~/pythons -cd ~/pythons +#mkdir ~/pythons +#cd ~/pythons virtualenv -p ~/.pyenv/versions/3.7.4/bin/python3.7 python3.7.4 source ./python3.7.4/bin/activate \ No newline at end of file