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

Content added Content deleted
imported>Catherinedevlin
(ipython_doctester setup)
No edit summary
Line 39: Line 39:
== Set up IPython ==
== Set up IPython ==


At the Terminal window, type
At the Terminal window for Debian based Linuxes, type


<pre>sudo apt-get install python-setuptools</pre>
<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>
<pre>yum install python-setuptools</pre>
Line 53: Line 53:
and, finally,
and, finally,


<pre>pip install pyreadline ipython tornado pyzmq ipython_doctester</pre>
<pre>sudo pip install pyreadline ipython tornado pyzmq ipython_doctester</pre>


Verify that IPython Notebook is ready by typing
Verify that IPython Notebook is ready by typing