mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
fix current path so we can find requirements.txt on arm
This commit is contained in:
@@ -61,13 +61,13 @@ pip=~/python/bin/pip3
|
|||||||
|
|
||||||
$python -V
|
$python -V
|
||||||
|
|
||||||
|
cd $whereibelong
|
||||||
|
|
||||||
echo "Upgrading pip packages..."
|
echo "Upgrading pip packages..."
|
||||||
$pip list --outdated --format=freeze | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 $pip install -U
|
$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 -r src/requirements.txt
|
||||||
$pip install --upgrade https://github.com/pyinstaller/pyinstaller/archive/develop.tar.gz
|
$pip install --upgrade https://github.com/pyinstaller/pyinstaller/archive/develop.tar.gz
|
||||||
|
|
||||||
cd $whereibelong
|
|
||||||
|
|
||||||
mkdir ~/.ruby
|
mkdir ~/.ruby
|
||||||
export GEM_HOME=~/.ruby
|
export GEM_HOME=~/.ruby
|
||||||
export PATH=$PATH:~/.ruby/bin
|
export PATH=$PATH:~/.ruby/bin
|
||||||
|
|||||||
Reference in New Issue
Block a user