set pip/python vars right after they are installed

This commit is contained in:
Jay Lee
2019-10-14 14:41:54 -04:00
parent da3b16c0d4
commit f24d403705

View File

@@ -73,6 +73,9 @@ else
cd ~
fi
python=~/python/bin/python3
pip=~/python/bin/pip3
if [[ "$dist" == "precise" ]]; then
echo "Installing deps for StaticX..."
sudo apt-get install --yes scons
@@ -88,8 +91,6 @@ else
$pip install git+https://github.com/JonathonReinhart/staticx.git@master
fi
python=~/python/bin/python3
pip=~/python/bin/pip3
cd $whereibelong
fi