mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-01-02 10:36:11 -05:00
specify python3 in setup script
This commit is contained in:
parent
48c9636fbd
commit
5d07b89e77
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