Update postinst

Fix for All Versions of Python3
pull/1/head
Vahid Daneshmand 2020-08-02 16:30:58 -04:00 committed by GitHub
parent cd6cd9e07c
commit 3f5595d5c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@
cd /opt/edge-vpnio
pip3 --no-cache-dir install virtualenv
virtualenv --python=python3.6 venv
virtualenv --python=python3 venv
source venv/bin/activate
pip3 --no-cache-dir install psutil sleekxmpp requests simplejson ryu
deactivate
systemctl daemon-reload
systemctl enable evio
systemctl enable evio