Mac OS X and Linux:
After installing the software as instructed, open up a terminal or X11 window and type:
ipython --pylab
If you've never run ipython before you should be prompted to initialize the ipython config file (just agree). You should then see a prompt:
In[1]:
When you see this, type
In[1]: exit()
then answer y to exit. If this all works then you have both Python and ipython installed.
Now we need to test out if the other installations went ok. To do so, download this installation script written by Fernando Perez. In the terminal or X11 window, navigate to the directory where you downloaded the file to then at the command line type:
python workshop_checklist.py
Note: you can download this file directly (without the need for a browser):
wget -O workshop_checklist.py \ http://sites.google.com/site/pythonbootcamp/preparation/testing-that-it-all-works/workshop_checklist.py
If everything goes ok, you should see something like
Ran 18 tests in 17.088s
OK
***************************************************************************
TESTS FINISHED
***************************************************************************
(plus some system info).
If something goes wrong, either email us at ucbpythonclass+bootcamp@gmail.com for help or come to the installation help session on Thursday (12 Jan) afternoon/evening (details forthcoming). If you don't have Xcode installed and you're on a Mac, chances are that some tests will fail. That's ok...we will likely not need such routines in the bootcamp (like weave).
Windows:
Under the Start menu, navigate to the EPD menu then to the Pylab program. When it fires up you should see something like:
Now, download the installation checkout script as above and try running it (as above).