Yes you&#39;re very right but since i Install other ports having python27 as dependency, i usually do<div><br></div><div>sudo port select --set python python27</div><div><br>Doing so my default Python2.7 version becomes 2.7.3, and then I can Install py27-numpy, py27-scipy and so on......</div>
<div><br></div><div>Arturo<span></span></div><div><br>Il giorno mercoledė 16 maggio 2012, Ned Deily  ha scritto:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">In article &lt;<a href="javascript:;" onclick="_e(event, &#39;cvml&#39;, &#39;4FB2FAE9.7020901@gmail.com&#39;)">4FB2FAE9.7020901@gmail.com</a>&gt;,<br>

 Arturo Rinaldi &lt;<a href="javascript:;" onclick="_e(event, &#39;cvml&#39;, &#39;arty.net2@gmail.com&#39;)">arty.net2@gmail.com</a>&gt; wrote:<br>
&gt; I finally see ! So these were my last steps :<br>
&gt;<br>
&gt; $ sudo sh setuptools-0.6c11-py2.7.egg<br>
&gt; $ sudo easy_install -m setuptools<br>
&gt;<br>
&gt; sudo rm /Library/Python/2.7/site-packages/setuptools.pth<br>
&gt; sudo rm /Library/Python/2.7/site-packages/setuptools-0.6c11-py2.7.egg<br>
&gt; sudo rm /usr/local/bin/easy_install<br>
&gt; sudo rm /usr/local/bin/easy_install-2.7<br>
&gt;<br>
&gt; in a few words, I removed all the stuff installed in the first step<br>
&gt; (and that apperead in the stdout)....is it all right now ? In the<br>
&gt; future i will only use the python-packages built with macports (i.e.<br>
&gt; py27-numpy). I asked help because I was very confused with all that<br>
&gt; stuff....thx very much for replying me so soon.<br>
<br>
Well, removing those files won&#39;t hurt but, if you set your PATH as<br>
suggested, it shouldn&#39;t make any difference either.  The MacPorts files<br>
are installed in a completely separate location and one of the<br>
advantages of OS X Python framework installs is that multiple versions<br>
can co-exist on the same system without interfering with each other.<br>
<br>
--<br>
 Ned Deily,<br>
 <a href="javascript:;" onclick="_e(event, &#39;cvml&#39;, &#39;nad@acm.org&#39;)">nad@acm.org</a><br>
<br>
_______________________________________________<br>
Distutils-SIG maillist  -  <a href="javascript:;" onclick="_e(event, &#39;cvml&#39;, &#39;Distutils-SIG@python.org&#39;)">Distutils-SIG@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/distutils-sig" target="_blank">http://mail.python.org/mailman/listinfo/distutils-sig</a><br>
</blockquote></div>