Version 0.3.1

This commit is contained in:
Rob Glew 2017-07-11 13:29:55 -05:00
parent 532513862e
commit c943935bda
5 changed files with 5 additions and 6 deletions

View file

@ -72,11 +72,13 @@ if ! type "pip" > /dev/null; then
fi
fi
cd /tmp
if python -c "import pappyproxy" &> /dev/null; then
echo "An earlier version of pappy appears to be installed. Please remove it and try installation again."
echo "This can likely be done by running \"pip uninstall pappyproxy\""
exit 1;
fi
cd "$INSTALLDIR"
# Set up fake gopath
if [ -z "$GOPATH" ]; then