fix pip path and install black

This commit is contained in:
Morgan Wattiez
2019-11-09 13:09:59 +01:00
parent 16252b6779
commit 07e0014f7c
2 changed files with 6 additions and 1 deletions

View File

@ -116,7 +116,8 @@ export SDKMAN_DIR="$HOME/.sdkman"
case "$(uname -s)" in
Darwin)
export PATH="$PATH:/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/bin/:/usr/local/Cellar/python/3.7.4/Frameworks/Python.framework/Versions/3.7/bin"
ln -snf /usr/local/Cellar/python/3.7.5/Frameworks/Python.framework/Versions/3.7/bin/pip pip3
export PATH="$PATH:/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/bin/:/usr/local/Cellar/python/3.7.4/Frameworks/Python.framework/Versions/3.7/bin:/usr/local/Cellar/python/3.7.5/Frameworks/Python.framework/Versions/3.7/bin"
;;
esac
export GOPATH="$HOME/go"