add spell checker + haxor-news and fix python path

This commit is contained in:
Morgan Wattiez
2019-08-18 10:03:23 +02:00
parent 0fb55cd3a7
commit ef9afd0614
4 changed files with 9 additions and 3 deletions

View File

@ -137,7 +137,7 @@ sudo python3 get-pip.py
case "$(uname -s)" in
Darwin)
ln -snf /usr/local/Cellar/python/3.7.3/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/
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"
;;
esac
sudo pip install --upgrade pip