use 'python3' to create the venv, for systems still defaulting to v2
This commit is contained in:
parent
2fe250bcd5
commit
4133b14659
@ -13,7 +13,7 @@ fi
|
|||||||
|
|
||||||
# activate venv
|
# activate venv
|
||||||
if [ ! -d pyenv ]; then
|
if [ ! -d pyenv ]; then
|
||||||
python -m venv pyenv
|
python3 -m venv pyenv
|
||||||
. pyenv/bin/activate
|
. pyenv/bin/activate
|
||||||
pip install --upgrade pip setuptools
|
pip install --upgrade pip setuptools
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user