Last active
April 7, 2016 00:10
-
-
Save dragonxlwang/29ab24e89e2ec4b086c23224f9612293 to your computer and use it in GitHub Desktop.
timan-python
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo -H /usr/local/bin/pip install --upgrade "ipython[all]" | |
sudo -H /usr/local/bin/pip install --upgrade numpy scipy matplotlib jupyter | |
sudo -H /usr/local/bin/pip install --upgrade basemap numba pillow pygame sympy nose | |
sudo -H /usr/local/bin/pip install --upgrade nltk | |
sudo -H /usr/local/bin/pip install --upgrade flake8 pep8 autopep8 yapf jedi | |
python -m nltk.downloader all | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd ~ | |
curl -fsSL https://bootstrap.pypa.io/get-pip.py | /usr/local/bin/python - | |
curl -fsSL https://bootstrap.pypa.io/ez_setup.py | /usr/local/bin/python - | |
echo "chmod -R a+rx /usr/local" | |
chmod -R a+rx /usr/local |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
timan-install-python-packages:
timan-install-pip-packages