Changes between Initial Version and Version 1 of Ticket #48695


Ignore:
Timestamp:
Aug 24, 2015, 9:58:59 AM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

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.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #48695

    • Property Cc michaelld@… added
    • Property Owner changed from macports-tickets@… to dh@…
    • Property Port py27-numpy added
  • Ticket #48695 – Description

    initial v1  
    11Installing py27-numpy @1.9.2_2+gfortran doesn't work without doing this:
    22
     3{{{
    34export PATH="/opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin:$PATH"
     5}}}