cont debug

This commit is contained in:
Gene Hoffman 2020-04-05 18:39:27 -07:00
parent e53e84d602
commit b5e268f349
No known key found for this signature in database
GPG Key ID: AE8989DA18CADC80

View File

@ -4,7 +4,7 @@ CHIAVDF_VERSION=`python -c 'from setup import dependencies; t = [_ for _ in depe
if [ `uname` = "Linux" ] && type apt-get; if [ `uname` = "Linux" ] && type apt-get;
then UBUNTU_DEBIAN=1 then UBUNTU_DEBIAN=1
echo "Found Ubuntu/Debian" echo "Found Ubuntu/Debian $UBUNTU_DEBIAN"
else else
UBUNTU_DEBIAN=0 UBUNTU_DEBIAN=0
fi fi
@ -28,7 +28,7 @@ else
echo "installing chiavdf from source" echo "installing chiavdf from source"
# User needs to provide required packages # User needs to provide required packages
echo venv/bin/python -m pip install --force --no-binary chiavdf $CHIAVDF_VERSION echo venv/bin/python -m pip install --force --no-binary chiavdf $CHIAVDF_VERSION
venv/bin/python -m pip install --force --no-binary chiavdf $CHIAVDF_VERSION #venv/bin/python -m pip install --force --no-binary chiavdf $CHIAVDF_VERSION
else else
echo "no venv created yet, please run install.sh" echo "no venv created yet, please run install.sh"
fi fi