mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-06-24 22:50:33 -04:00
specify python3 in setup script
This commit is contained in:
parent
48c9636fbd
commit
5d07b89e77
1 changed files with 1 additions and 1 deletions
2
setup
2
setup
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
python -m venv --clear venv
|
||||
python3 -m venv --clear venv
|
||||
source venv/bin/activate
|
||||
pip install --require-hashes --only-binary :all: -r requirements.txt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue