Improve install-timelord script.

This commit is contained in:
Richard Kiss 2020-03-29 11:43:38 -07:00
parent 176e107241
commit 6b169d6068

View File

@ -3,6 +3,7 @@ THE_PATH=`python -c 'import pkg_resources; print( pkg_resources.get_distribution
if [ -e $THE_PATH ]
then
echo $THE_PATH
echo "vdf_client already exists, no action taken"
else
if [ -e venv/bin/python ]