mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
Create python3 virtualenv
This commit is contained in:
parent
9425319dcd
commit
d0f179e347
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
if [ -e ./env/bin/activate ]; then
|
||||
source ./env/bin/activate
|
||||
else
|
||||
virtualenv env
|
||||
virtualenv env -p `which python3`
|
||||
source ./env/bin/activate
|
||||
python3 setup.py install
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue