Changes between Version 5 and Version 6 of Ticket #38560, comment 8
- Timestamp:
- Apr 18, 2013, 3:23:42 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #38560, comment 8
v5 v6 1 1 > What does `port contents py27-numpy` say? I just installed `py27-numpy` and everything is under `/opt/local`; see my attachment. 2 2 Yes, everything is under /opt/local, for py27-numpy, py27-scipy, opencv and python27. But I still get 3 {{{ 3 4 python 4 5 Python 2.7.3 (v2.7.3:70274d53c1dd, Apr 9 2012, 20:52:43) … … 11 12 File "<stdin>", line 1, in <module> 12 13 ImportError: No module named opencv 14 }}} 13 15 14 16 So it seems I'm getting Apple's Python with 'set python python27', not the MacPorts Python. What directory is MacPorts' Python27 in? (I assume specifying directory in set will work.)