[NumPy-Tickets] [NumPy] #1857: Pip install into virtualenv doesn't work
NumPy Trac
numpy-tickets@scipy....
Sun Jul 24 13:30:27 CDT 2011
#1857: Pip install into virtualenv doesn't work
-------------------------------+--------------------------------------------
Reporter: rgommers | Owner: rgommers
Type: defect | Status: new
Priority: normal | Milestone: Unscheduled
Component: numpy.distutils | Version: 1.6.0
Keywords: pip, easy_install |
-------------------------------+--------------------------------------------
Comment(by rgommers):
Don't you want
{{{
__file__ = os.path.join(src_path, os.path.basename(__file__))
}}}
instead of
{{{
__file__ = os.path.join(os.curdir, os.path.basename(__file__))
}}}
?
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1857#comment:9>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list