Columbus Python Workshop 1/Friday/Linux set up Python: Difference between revisions

imported>Catherinedevlin
(Added IPython instructions)
 
(3 intermediate revisions by 2 users not shown)
Line 32:
</pre>
 
and press Enter. This will take you back to the Linux command prompt. You can also use Ctrl+D to exit the Python interpreter.</li>
</ol>
 
Line 39:
== Set up IPython ==
 
At the Terminal window for Debian based Linuxes, type
 
<pre>sudo apt-get install python-setuptools</pre>
 
or for Red Hat based distros (will need root permissions)
or
 
<pre>yum install python-setuptools</pre>
Line 49:
then type
 
<pre>sudo easy_install distribute pip</pre>
 
and, finally,
 
<pre>sudo easy_installpip install pyreadline ipython tornado pyzmq ipython-notebook ipython_doctester</pre>
 
Verify that IPython Notebook is ready by typing
Anonymous user