move back into if

This commit is contained in:
Gene Hoffman 2020-04-05 17:16:42 -07:00
parent ca63e0d009
commit ec56d4620e
No known key found for this signature in database
GPG Key ID: AE8989DA18CADC80
1 changed files with 1 additions and 2 deletions

View File

@ -1,9 +1,8 @@
THE_PATH=`python -c 'import pkg_resources; print( pkg_resources.get_distribution("chiavdf").location)' 2> /dev/null`/vdf_client
CHIAVDF_VERSION=`python -c 'from setup import dependencies; t = [_ for _ in dependencies if _.startswith("chiavdf")][0]; print(t)'`
UBUNTU_BUILD_REQUIREMENTS=(cmake libgmp-dev libboost-python-dev libbost-system-dev)
echo "This script assumes it is run from the chia venv - '. ./activate' before running."
#echo "This script assumes it is run from the chia venv - '. ./activate' before running."
if [ -e $THE_PATH ]
then