Specify python3 in setup script
This commit is contained in:
parent
3da099a97b
commit
d86767fc11
2
setup
2
setup
@ -2,6 +2,6 @@
|
|||||||
|
|
||||||
npm ci --ignore-scripts
|
npm ci --ignore-scripts
|
||||||
|
|
||||||
python -m venv --clear venv
|
python3 -m venv --clear venv
|
||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
pip install --require-hashes --only-binary :all: -r requirements.txt
|
pip install --require-hashes --only-binary :all: -r requirements.txt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user