Cache pip paks in var

master
Ken 2021-08-04 17:26:01 -04:00
parent 2955243512
commit 1dc85a19f9
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
cd /opt/evio
python3.8 -m venv venv
source venv/bin/activate
pip3 --no-cache-dir install wheel
pip3 --no-cache-dir install psutil slixmpp requests simplejson ryu
pip3 --cache-dir /var/cache/evio/ install wheel
pip3 --cache-dir /var/cache/evio/ install eventlet==0.30.2 psutil slixmpp requests simplejson ryu
deactivate
systemctl daemon-reload
systemctl enable evio