mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
use 'python3' to create the venv, for systems still defaulting to v2
This commit is contained in:
parent
2fe250bcd5
commit
4133b14659
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ fi
|
|||
|
||||
# activate venv
|
||||
if [ ! -d pyenv ]; then
|
||||
python -m venv pyenv
|
||||
python3 -m venv pyenv
|
||||
. pyenv/bin/activate
|
||||
pip install --upgrade pip setuptools
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue