[NumPy-Tickets] [NumPy] #1857: Pip install into virtualenv doesn't work
NumPy Trac
numpy-tickets@scipy....
Thu Jun 2 20:26:06 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):
An easy solution would be to just add something like
{{{
if sys.version_info[0] == 3:
d = os.path.join(d, 'build', 'py3k')
}}}
but we can't do this because it will break other packages that use
numpy.distutils.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1857#comment:2>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list