Skip to content
Snippets Groups Projects
Commit c44467f2 authored by David Hendriks's avatar David Hendriks
Browse files

updated install.sh to go out of directory when uninstall binarycpython

parent 35172a86
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,9 @@ VERSION_NUMBER=$(cat "VERSION") ...@@ -6,7 +6,9 @@ VERSION_NUMBER=$(cat "VERSION")
echo "installing binarcpython version $VERSION_NUMBER" echo "installing binarcpython version $VERSION_NUMBER"
python setup.py clean python setup.py clean
pip uninstall binarycpython cd ../
pip uninstall binarycpython -y
cd binary_c-python
python setup.py build --force python setup.py build --force
python setup.py sdist python setup.py sdist
pip install -v dist/binarycpython-$VERSION_NUMBER.tar.gz pip install -v dist/binarycpython-$VERSION_NUMBER.tar.gz
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment