reinstall python on mac
This commit is contained in:
parent
cc5d3d5934
commit
5a39c63740
2 changed files with 8 additions and 4 deletions
2
.zprezto
2
.zprezto
|
@ -1 +1 @@
|
|||
Subproject commit d4332e2faf420f73ada88397bee95dc4f1da6b97
|
||||
Subproject commit 83ab314b77d7e6bd92b7aed6275ad03018b378c1
|
10
macosx/up.sh
10
macosx/up.sh
|
@ -14,16 +14,20 @@ brew unlink dirmngr
|
|||
brew uninstall dirmngr
|
||||
brew unlink gpg-agent
|
||||
brew uninstall gpg-agent
|
||||
brew unlink mercurial
|
||||
brew uninstall --force mercurial
|
||||
brew unlink python
|
||||
brew uninstall python
|
||||
brew uninstall --ignore-dependencies python
|
||||
set -e
|
||||
|
||||
brew update
|
||||
brew install --force gnupg2
|
||||
brew install --force dirmngr
|
||||
brew install python3
|
||||
brew install mercurial
|
||||
brew upgrade
|
||||
brew cask list | xargs brew cask install --force
|
||||
|
||||
brew install --force gnupg2
|
||||
brew install --force dirmngr
|
||||
brew install reattach-to-user-namespace --with-wrap-pbcopy-and-pbpaste
|
||||
|
||||
brew install aria2
|
||||
|
|
Loading…
Reference in a new issue