Skip to content

Instantly share code, notes, and snippets.

@dragonxlwang
Last active April 7, 2016 00:10
Show Gist options
  • Save dragonxlwang/29ab24e89e2ec4b086c23224f9612293 to your computer and use it in GitHub Desktop.
Save dragonxlwang/29ab24e89e2ec4b086c23224f9612293 to your computer and use it in GitHub Desktop.
timan-python
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
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
@dragonxlwang
Copy link
Author

timan-install-python-packages:

eval "$(curl -fsSL https://git.io/vVzT7)"

timan-install-pip-packages

eval "$(curl -fsSL https://git.io/vVzLd)"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment