improve venv setup
This commit is contained in:
parent
f7b30e3c7e
commit
649dab0348
4
random-scripts/venv-setup-helper.sh
Executable file
4
random-scripts/venv-setup-helper.sh
Executable file
@ -0,0 +1,4 @@
|
|||||||
|
source gpu/bin/activate
|
||||||
|
pip install pandas ipython
|
||||||
|
pip install nltk
|
||||||
|
pip install rapidfuzz
|
@ -3,7 +3,4 @@
|
|||||||
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
|
||||||
source gpu/bin/activate
|
. ./venv-setup-helper.py
|
||||||
pip install pandas ipython
|
|
||||||
pip install nltk
|
|
||||||
pip install rapidfuzz
|
|
||||||
|
Loading…
Reference in New Issue
Block a user