mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-29 10:21:35 +00:00
try again
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
sudo sh -c "echo 'foreign-architecture i386' > /etc/dpkg/dpkg.cfg.d/multiarch"
|
sudo sh -c "echo 'foreign-architecture i386' > /etc/dpkg/dpkg.cfg.d/multiarch"
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install -y python:i386
|
sudo apt install -y python2.7:i386
|
||||||
python -V
|
python -V
|
||||||
sudo pip install --upgrade pip
|
sudo pip install --upgrade pip
|
||||||
sudo pip freeze > requirements.txt
|
sudo pip freeze > requirements.txt
|
||||||
|
|||||||
@@ -1,8 +1,9 @@
|
|||||||
brew update
|
sudo brew update
|
||||||
brew install python@2
|
sudo brew install python@2 || true
|
||||||
curl https://bootstrap.pypa.io/get-pip.py | sudo python
|
sudo brew link --overwrite python@2
|
||||||
pip freeze > requirements.txt
|
sudo pip install --upgrade pip
|
||||||
|
sudo pip freeze > requirements.txt
|
||||||
sudo pip install --upgrade -r requirements.txt
|
sudo pip install --upgrade -r requirements.txt
|
||||||
rm requirements.txt
|
sudo rm requirements.txt
|
||||||
sudo pip install --upgrade altgraph
|
sudo pip install --upgrade altgraph
|
||||||
sudo pip install pyinstaller
|
sudo pip install pyinstaller
|
||||||
|
|||||||
Reference in New Issue
Block a user