Yes you'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 <<a href="javascript:;" onclick="_e(event, 'cvml', '4FB2FAE9.7020901@gmail.com')">4FB2FAE9.7020901@gmail.com</a>>,<br>
Arturo Rinaldi <<a href="javascript:;" onclick="_e(event, 'cvml', 'arty.net2@gmail.com')">arty.net2@gmail.com</a>> wrote:<br>
> I finally see ! So these were my last steps :<br>
><br>
> $ sudo sh setuptools-0.6c11-py2.7.egg<br>
> $ sudo easy_install -m setuptools<br>
><br>
> sudo rm /Library/Python/2.7/site-packages/setuptools.pth<br>
> sudo rm /Library/Python/2.7/site-packages/setuptools-0.6c11-py2.7.egg<br>
> sudo rm /usr/local/bin/easy_install<br>
> sudo rm /usr/local/bin/easy_install-2.7<br>
><br>
> in a few words, I removed all the stuff installed in the first step<br>
> (and that apperead in the stdout)....is it all right now ? In the<br>
> future i will only use the python-packages built with macports (i.e.<br>
> py27-numpy). I asked help because I was very confused with all that<br>
> stuff....thx very much for replying me so soon.<br>
<br>
Well, removing those files won't hurt but, if you set your PATH as<br>
suggested, it shouldn'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, 'cvml', 'nad@acm.org')">nad@acm.org</a><br>
<br>
_______________________________________________<br>
Distutils-SIG maillist - <a href="javascript:;" onclick="_e(event, 'cvml', 'Distutils-SIG@python.org')">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>