[SciPy-dev] scipy.interpolate missing functions

Pauli Virtanen pav at iki.fi
Mon Apr 21 03:25:05 EDT 2008


Sun, 20 Apr 2008 22:57:05 -0700, Andrew Straw wrote:

> Anne Archibald wrote:
>> I have not yet figured out how to compile a local version of scipy that
>> (a) doesn't clobber my real installation and (b) actually works).
>
> I suggest virtualenv: http://pypi.python.org/pypi/virtualenv

Another way:

    python setup.py --install=dist/inst
    export PYTHONPATH=dist/inst/lib/python2.5/site-packages

Also, use setupegg.py if your Python system uses setuptools; this is 
actually important because setuptools looks first for .eggs in PYTHONPATH 
before looking for ordinary packages.

-- 
Pauli Virtanen




More information about the SciPy-Dev mailing list