Opened 9 years ago

Last modified 9 years ago

#48695 closed defect

py27-numpy @1.9.2_2+gfortran doesn't build on 10.7.5 with out the Python install path being added to the PATH variable — at Version 1

Reported by: c.roger.day@… Owned by: dh@…
Priority: Normal Milestone:
Component: ports Version: 2.3.3
Keywords: Cc: michaelld@…
Port: py27-numpy

Description (last modified by ryandesign (Ryan Carsten Schmidt))

Installing py27-numpy @1.9.2_2+gfortran doesn't work without doing this:

export PATH="/opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin:$PATH"

Change History (1)

comment:1 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: michaelld@… added
Description: modified (diff)
Owner: changed from macports-tickets@… to dh@…
Port: py27-numpy added

Installing py27-numpy @1.9.2_2+gfortran doesn't work without doing this:

export PATH="/opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin:$PATH"

Without doing that where? Environment variables you set in the terminal, including PATH, are ignored by MacPorts.

Note: See TracTickets for help on using tickets.