pylab package dependencies

Robert Kern robert.kern at gmail.com
Tue Oct 17 14:32:50 EDT 2006


Lou Pecora wrote:

> The only problem I'm having is getting ipython to run.  Not installed in 
> /usr/local/bin (although all other IPython files look to be installed in 
> /Library/Framewaorks/python...blah/site-packages).  I'm still searching 
> the web sites for answers.

Create a file ~/.pydistutils.cfg with the following section (unindented):

   [install]
   install-scripts=/usr/local/bin

Now install ipython again, and the ipython script should be installed to 
/usr/local/bin/. You may need to be root to do so.

For more information on that configuration file:

   http://docs.python.org/inst/config-syntax.html

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
  that is made terrible by our own mad attempt to interpret it as though it had
  an underlying truth."
   -- Umberto Eco




More information about the Python-list mailing list