Skip to content

Instantly share code, notes, and snippets.

@kamatari
Created June 1, 2015 02:54
Show Gist options
  • Save kamatari/cad9f481beec647950c0 to your computer and use it in GitHub Desktop.
Save kamatari/cad9f481beec647950c0 to your computer and use it in GitHub Desktop.
anaconda_python_setting
vagrant@vagrant-ubuntu-trusty-64:~$ conda update conda
Fetching package metadata: ....
Solving package specifications: .
Package plan for installation in environment /home/vagrant/anaconda:
The following packages will be downloaded:
package | build
---------------------------|-----------------
conda-env-2.1.4 | py27_0 15 KB
python-2.7.10 | 0 13.5 MB
requests-2.7.0 | py27_0 594 KB
setuptools-17.0 | py27_0 341 KB
conda-3.12.0 | py27_0 167 KB
pip-7.0.1 | py27_0 1.4 MB
------------------------------------------------------------
Total: 15.9 MB
The following packages will be UPDATED:
conda: 3.10.0-py27_0 --> 3.12.0-py27_0
conda-env: 2.1.3-py27_0 --> 2.1.4-py27_0
pip: 6.0.8-py27_0 --> 7.0.1-py27_0
python: 2.7.9-2 --> 2.7.10-0
requests: 2.6.0-py27_0 --> 2.7.0-py27_0
setuptools: 14.3-py27_0 --> 17.0-py27_0
Proceed ([y]/n)? y
Fetching packages ...
conda-env-2.1. 100% |#####################################################################################################################################################| Time: 0:00:00 86.48 kB/s
python-2.7.10- 100% |#####################################################################################################################################################| Time: 0:00:21 665.44 kB/s
requests-2.7.0 100% |#####################################################################################################################################################| Time: 0:00:01 511.89 kB/s
setuptools-17. 100% |#####################################################################################################################################################| Time: 0:00:00 350.50 kB/s
conda-3.12.0-p 100% |#####################################################################################################################################################| Time: 0:00:00 243.07 kB/s
pip-7.0.1-py27 100% |#####################################################################################################################################################| Time: 0:00:06 231.63 kB/s
Extracting packages ...
[ COMPLETE ] |#######################################################################################################################################################################| 100%
Unlinking packages ...
[ COMPLETE ] |#######################################################################################################################################################################| 100%
Linking packages ...
[ COMPLETE ] |#######################################################################################################################################################################| 100%
vagrant@vagrant-ubuntu-trusty-64:~$ conda update ipython ipython-notebook ipython-qtconsole
Fetching package metadata: ....
Solving package specifications: .
Package plan for installation in environment /home/vagrant/anaconda:
The following packages will be downloaded:
package | build
---------------------------|-----------------
libpng-1.6.17 | 0 214 KB
freetype-2.5.2 | 2 2.5 MB
zeromq-4.0.5 | 0 2.6 MB
fontconfig-2.11.1 | 4 402 KB
qt-4.8.6 | 3 36.3 MB
ipython-3.1.0 | py27_0 3.4 MB
mistune-0.5.1 | py27_1 533 KB
pyzmq-14.6.0 | py27_0 657 KB
pyqt-4.11.3 | py27_1 3.5 MB
tornado-4.2 | py27_0 522 KB
ipython-qtconsole-3.1.0 | py27_0 4 KB
ipython-notebook-3.1.0 | py27_1 5 KB
------------------------------------------------------------
Total: 50.6 MB
The following packages will be UPDATED:
fontconfig: 2.11.1-2 --> 2.11.1-4
freetype: 2.5.2-0 --> 2.5.2-2
ipython: 3.0.0-py27_0 --> 3.1.0-py27_0
ipython-notebook: 3.0.0-py27_1 --> 3.1.0-py27_1
ipython-qtconsole: 3.0.0-py27_0 --> 3.1.0-py27_0
libpng: 1.5.13-1 --> 1.6.17-0
mistune: 0.5.1-py27_0 --> 0.5.1-py27_1
pyqt: 4.11.3-py27_0 --> 4.11.3-py27_1
pyzmq: 14.5.0-py27_0 --> 14.6.0-py27_0
qt: 4.8.6-0 --> 4.8.6-3
tornado: 4.1-py27_0 --> 4.2-py27_0
zeromq: 4.0.4-0 --> 4.0.5-0
Proceed ([y]/n)? y
Fetching packages ...
libpng-1.6.17- 100% |#####################################################################################################################################################| Time: 0:00:00 297.90 kB/s
freetype-2.5.2 100% |#####################################################################################################################################################| Time: 0:00:07 331.35 kB/s
zeromq-4.0.5-0 100% |#####################################################################################################################################################| Time: 0:00:07 383.05 kB/s
fontconfig-2.1 100% |#####################################################################################################################################################| Time: 0:00:01 210.12 kB/s
qt-4.8.6-3.tar 100% |#####################################################################################################################################################| Time: 0:00:33 1.15 MB/s
ipython-3.1.0- 100% |#####################################################################################################################################################| Time: 0:00:06 579.03 kB/s
mistune-0.5.1- 100% |#####################################################################################################################################################| Time: 0:00:01 527.77 kB/s
pyzmq-14.6.0-p 100% |#####################################################################################################################################################| Time: 0:00:01 339.37 kB/s
pyqt-4.11.3-py 100% |#####################################################################################################################################################| Time: 0:00:04 811.55 kB/s
tornado-4.2-py 100% |#####################################################################################################################################################| Time: 0:00:01 430.16 kB/s
ipython-qtcons 100% |#####################################################################################################################################################| Time: 0:00:00 5.00 MB/s
ipython-notebo 100% |#####################################################################################################################################################| Time: 0:00:00 4.86 MB/s
Extracting packages ...
[ COMPLETE ]|########################################################################################################################################################################| 100%
Unlinking packages ...
[ COMPLETE ]|########################################################################################################################################################################| 100%
Linking packages ...
[ COMPLETE ]|########################################################################################################################################################################| 100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment