Install a explicit particular Python version
This commit is contained in:
parent
1ab7c0e209
commit
bc7471fc20
@ -3,20 +3,16 @@
|
|||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
export HOMEBREW_NO_INSTALL_CLEANUP=1
|
export HOMEBREW_NO_INSTALL_CLEANUP=1
|
||||||
brew update
|
|
||||||
|
|
||||||
# An error occurs when upgrading Python, but appears to be benign, hence the "|| true"
|
# Python 3.7.4 with 10.12 bottle
|
||||||
#
|
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/e9004bd764c9436750a50e0b428548f68fe6a38a/Formula/python.rb
|
||||||
# Error: undefined method `any?' for nil:NilClass
|
|
||||||
# /usr/local/Homebrew/Library/Homebrew/cmd/upgrade.rb:227:in `depends_on'
|
|
||||||
brew upgrade python || true
|
|
||||||
|
|
||||||
which python3
|
which python3
|
||||||
python3 --version
|
python3 --version
|
||||||
which pip3
|
which pip3
|
||||||
pip3 --version
|
pip3 --version
|
||||||
|
|
||||||
# Explicitly install Qt 5.13.1 as that has both 10.12 compatibility, and a pre-built bottle
|
# Explicitly install Qt 5.13.1 as that has both 10.12 compatibility, and a pre-built bottle
|
||||||
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/dcc34dd3cb24cb4f7cfa0047ccdb712d7cc4c6e4/Formula/qt.rb
|
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/dcc34dd3cb24cb4f7cfa0047ccdb712d7cc4c6e4/Formula/qt.rb
|
||||||
|
|
||||||
brew install albertosottile/syncplay/pyside
|
brew install albertosottile/syncplay/pyside
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user