mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-04 04:41:35 +00:00
set pip/python vars right after they are installed
This commit is contained in:
@@ -73,6 +73,9 @@ else
|
|||||||
cd ~
|
cd ~
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
python=~/python/bin/python3
|
||||||
|
pip=~/python/bin/pip3
|
||||||
|
|
||||||
if [[ "$dist" == "precise" ]]; then
|
if [[ "$dist" == "precise" ]]; then
|
||||||
echo "Installing deps for StaticX..."
|
echo "Installing deps for StaticX..."
|
||||||
sudo apt-get install --yes scons
|
sudo apt-get install --yes scons
|
||||||
@@ -88,8 +91,6 @@ else
|
|||||||
$pip install git+https://github.com/JonathonReinhart/staticx.git@master
|
$pip install git+https://github.com/JonathonReinhart/staticx.git@master
|
||||||
fi
|
fi
|
||||||
|
|
||||||
python=~/python/bin/python3
|
|
||||||
pip=~/python/bin/pip3
|
|
||||||
cd $whereibelong
|
cd $whereibelong
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user