From 5a3344a830b7bf65f4fce45a13127a3abcc3be56 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Sun, 25 Oct 2020 20:15:38 +0100 Subject: [PATCH] Fix travis --- install | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/install b/install index 249b9fb..9002070 100755 --- a/install +++ b/install @@ -463,12 +463,10 @@ wo_travis_install() { fi if [ -f ./setup.py ]; then if [ -d /opt/wo ]; then - cd /opt/wo || exit 1 - source bin/activate + source /opt/wo/bin/activate else mkdir -p /opt/wo - cd /opt || exit 1 - python3 -m venv --system-site-packages wo + python3 -m venv --system-site-packages /opt/wo source wo/bin/activate fi python3 -m pip install -U pip setuptools wheel