diff --git a/debian-package/edge-vpnio/DEBIAN/postinst b/debian-package/edge-vpnio/DEBIAN/postinst index 624f9cf..7a078ae 100755 --- a/debian-package/edge-vpnio/DEBIAN/postinst +++ b/debian-package/edge-vpnio/DEBIAN/postinst @@ -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 \ No newline at end of file +systemctl enable evio