mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
force pip upgrades
This commit is contained in:
@@ -114,7 +114,6 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Upgrading pip packages..."
|
echo "Upgrading pip packages..."
|
||||||
$pip freeze > upgrades.txt
|
$pip list --outdated --format=freeze | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 $pip install -U
|
||||||
$pip install --upgrade -r upgrades.txt
|
|
||||||
$pip install --upgrade -r src/requirements.txt
|
$pip install --upgrade -r src/requirements.txt
|
||||||
$pip install --upgrade pyinstaller
|
$pip install --upgrade pyinstaller
|
||||||
|
|||||||
@@ -65,7 +65,6 @@ cd $whereibelong
|
|||||||
|
|
||||||
export PATH=/usr/local/opt/python/libexec/bin:$PATH
|
export PATH=/usr/local/opt/python/libexec/bin:$PATH
|
||||||
$pip install --upgrade pip
|
$pip install --upgrade pip
|
||||||
$pip freeze > upgrades.txt
|
$pip list --outdated --format=freeze | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 $pip install -U
|
||||||
$pip install --upgrade -r upgrades.txt
|
|
||||||
$pip install --upgrade -r src/requirements.txt
|
$pip install --upgrade -r src/requirements.txt
|
||||||
$pip install --upgrade pyinstaller
|
$pip install --upgrade pyinstaller
|
||||||
|
|||||||
@@ -21,8 +21,7 @@ until cinst -y wixtoolset; do echo "trying again..."; done
|
|||||||
export PATH=$PATH:/c/Python37/scripts
|
export PATH=$PATH:/c/Python37/scripts
|
||||||
cd $mypath
|
cd $mypath
|
||||||
pip install --upgrade pip
|
pip install --upgrade pip
|
||||||
pip freeze > upgrades.txt
|
pip list --outdated --format=freeze | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 pip install -U
|
||||||
pip install --upgrade -r upgrades.txt
|
|
||||||
pip install --upgrade -r src/requirements.txt
|
pip install --upgrade -r src/requirements.txt
|
||||||
|
|
||||||
#pip install --upgrade pyinstaller
|
#pip install --upgrade pyinstaller
|
||||||
|
|||||||
@@ -21,8 +21,7 @@ until cinst -y wixtoolset; do echo "trying again..."; done
|
|||||||
export PATH=$PATH:/c/Python37/scripts
|
export PATH=$PATH:/c/Python37/scripts
|
||||||
cd $mypath
|
cd $mypath
|
||||||
pip install --upgrade pip
|
pip install --upgrade pip
|
||||||
pip freeze > upgrades.txt
|
pip list --outdated --format=freeze | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 pip install -U
|
||||||
pip install --upgrade -r upgrades.txt
|
|
||||||
pip install --upgrade -r src/requirements.txt
|
pip install --upgrade -r src/requirements.txt
|
||||||
#pip install --upgrade pyinstaller
|
#pip install --upgrade pyinstaller
|
||||||
# Install PyInstaller from source and build bootloader
|
# Install PyInstaller from source and build bootloader
|
||||||
|
|||||||
Reference in New Issue
Block a user