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"

View File

@ -8,6 +8,7 @@ Automat==0.8.0
awscli==1.16.278
backcall==0.1.0
beautifulsoup4==4.8.1
black==19.10b0
bleach==3.1.0
boto3==1.10.14
botocore==1.13.14
@ -60,6 +61,7 @@ oauth2client==4.1.3
parsedatetime==2.4
parsel==1.5.2
parso==0.5.1
pathspec==0.6.0
pbr==5.4.3
pexpect==4.7.0
pickleshare==0.7.5
@ -96,6 +98,7 @@ qtconsole==4.5.5
queuelib==1.5.0
readme-renderer==24.0
rebound-cli==2.0.0
regex==2019.11.1
requests==2.22.0
requests-toolbelt==0.9.1
rsa==4.0
@ -109,6 +112,7 @@ six==1.13.0
slacker==0.13.0
soupsieve==1.9.5
stashy==0.6
toml==0.10.0
tornado==6.0.3
tqdm==4.38.0
traitlets==4.3.3