fix venv setup

This commit is contained in:
Jakub Konieczny 2022-01-26 20:53:54 +00:00
parent 70eb3460f2
commit dd1d458cb8

5
env/venv-setup.sh vendored Normal file → Executable file
View File

@ -1,6 +1,7 @@
#!/bin.bash
#!/bin/bash
apt install python3-pip
apt install python3-virtualenv
virtualenv -p python3.8 gpu
. ./venv-setup-helper.py
. ./venv-setup-helper.sh