fix current path so we can find requirements.txt on arm

This commit is contained in:
Jay Lee
2019-10-17 12:36:07 -04:00
parent 4230f49bd9
commit 9f1dcc4c9f

View File

@@ -61,13 +61,13 @@ pip=~/python/bin/pip3
$python -V
cd $whereibelong
echo "Upgrading pip packages..."
$pip list --outdated --format=freeze | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 $pip install -U
$pip install --upgrade -r src/requirements.txt
$pip install --upgrade https://github.com/pyinstaller/pyinstaller/archive/develop.tar.gz
cd $whereibelong
mkdir ~/.ruby
export GEM_HOME=~/.ruby
export PATH=$PATH:~/.ruby/bin