mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-27 01:11:37 +00:00
Linux / MacOS changes
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
sudo apt update
|
||||
sudo apt -y dist-upgrade
|
||||
sudo sh -c "echo 'foreign-architecture i386' > /etc/dpkg/dpkg.cfg.d/multiarch"
|
||||
sudo apt update
|
||||
sudo apt install -y python2.7:i386
|
||||
sudo apt install -y python:i386 python2.7:i386 python2.7-minimal:i386 mime-support:i386
|
||||
python -V
|
||||
sudo pip install --upgrade pip
|
||||
sudo pip freeze > requirements.txt
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
sudo brew update
|
||||
sudo brew install python@2 || true
|
||||
sudo brew link --overwrite python@2
|
||||
brew update
|
||||
brew install python@2 || true
|
||||
brew link --overwrite python@2
|
||||
sudo pip install --upgrade pip
|
||||
sudo pip freeze > requirements.txt
|
||||
sudo pip install --upgrade -r requirements.txt
|
||||
|
||||
Reference in New Issue
Block a user