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

imported>Catherinedevlin
(ipython_doctester setup)
 
(2 intermediate revisions by one other user 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 53:
and, finally,
 
<pre>sudo pip install pyreadline ipython tornado pyzmq ipython-notebook ipython_doctester</pre>
 
Verify that IPython Notebook is ready by typing
Anonymous user