Note that there are some explanatory texts on larger screens.

plurals
  1. POWhere does port put its installs in osx?
    text
    copied!<p>I have installed scipy with port on my mac. it says all is fine:</p> <pre><code>$ sudo port install py-scipy Password: ---&gt; Computing dependencies for py-scipy ---&gt; Cleaning py-scipy </code></pre> <p>but when i pull up python, it doesn't see it:</p> <pre><code>$ python2.6 Python 2.6.7 (r267:88850, Jul 27 2011, 11:54:59) [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin Type "help", "copyright", "credits" or "license" for more information. &gt;&gt;&gt; import scipy Traceback (most recent call last): File "&lt;stdin&gt;", line 1, in &lt;module&gt; ImportError: No module named scipy </code></pre> <p>My path includes the port locations i've been able to find online:</p> <pre><code>... '/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python26.zip', '/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6', '/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-darwin', '/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac', '/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/lib-scriptpackages', '/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-tk', '/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-old', '/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload', '/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages', '/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/setuptools-0.6c11-py2.6.egg-info', ... </code></pre> <p>In fact I can't find scipy files installed anywhere along the /opt/local/Library/Frameworks etc path.</p> <p>Any ideas?</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload