mirror of
https://github.com/Syncplay/syncplay
synced 2025-02-16 10:56:51 +00:00
Need to explicitly upgrade Python
This commit is contained in:
parent
bc7471fc20
commit
68ca4c1b60
@ -5,7 +5,7 @@ set -ex
|
||||
export HOMEBREW_NO_INSTALL_CLEANUP=1
|
||||
|
||||
# Python 3.7.4 with 10.12 bottle
|
||||
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/e9004bd764c9436750a50e0b428548f68fe6a38a/Formula/python.rb
|
||||
brew upgrade https://raw.githubusercontent.com/Homebrew/homebrew-core/e9004bd764c9436750a50e0b428548f68fe6a38a/Formula/python.rb
|
||||
|
||||
which python3
|
||||
python3 --version
|
||||
|
Loading…
Reference in New Issue
Block a user