mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2024-12-25 15:39:35 -05:00
specify python3 in setup script
This commit is contained in:
parent
f7f260a0ac
commit
6a34c523c9
2
setup
2
setup
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
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…
Reference in New Issue
Block a user