Update linux-x86_64-before-install.sh

This commit is contained in:
Jay Lee
2019-10-13 10:25:52 -04:00
committed by GitHub
parent cc3b7b8124
commit e708e885f6

View File

@@ -71,9 +71,9 @@ else
make install > /dev/null
cd ~
fi
python=~/python/bin/python3
pip=~/python/bin/pip3
fi
python=~/python/bin/python3
pip=~/python/bin/pip3
$python -V
if [[ "$dist" == "precise" ]]; then