fix venv setup
This commit is contained in:
parent
70eb3460f2
commit
dd1d458cb8
5
env/venv-setup.sh
vendored
Normal file → Executable file
5
env/venv-setup.sh
vendored
Normal file → Executable file
@ -1,6 +1,7 @@
|
|||||||
#!/bin.bash
|
#!/bin/bash
|
||||||
|
|
||||||
apt install python3-pip
|
apt install python3-pip
|
||||||
apt install python3-virtualenv
|
apt install python3-virtualenv
|
||||||
virtualenv -p python3.8 gpu
|
virtualenv -p python3.8 gpu
|
||||||
. ./venv-setup-helper.py
|
. ./venv-setup-helper.sh
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user