From 40e7102553a75d353ce2555b09e852ba2f6a1b87 Mon Sep 17 00:00:00 2001 From: dh00601 <dh00601@surrey.ac.uk> Date: Wed, 29 Dec 2021 13:32:00 +0000 Subject: [PATCH] updated the install script --- install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index b81adec9d..de9d70f70 100755 --- a/install.sh +++ b/install.sh @@ -6,7 +6,9 @@ VERSION_NUMBER=$(cat "VERSION") echo "installing binarcpython version $VERSION_NUMBER" python setup.py clean -pip uninstall binarycpython +cd src +pip uninstall -y binarycpython +cd ../ python setup.py build --force python setup.py sdist pip install -v dist/binarycpython-$VERSION_NUMBER.tar.gz -- GitLab