<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><br><div><div>On Dec 30, 2013, at 12:30 PM, Comer Duncan &lt;<a href="mailto:comer.duncan@gmail.com">comer.duncan@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr">Is it safe to remove python24? &nbsp;I did a&nbsp;







<p class="">port depend python24</p><p class="">and get:</p><p class="">py24-ctypes depends on python24</p><p class="">py24-ipython depends on python24</p><p class="">py24-markupsafe depends on python24</p><p class="">py24-numpy depends on python24</p><p class="">py24-readline depends on python24</p><p class="">py24-roman depends on python24</p><p class="">py24-setuptools depends on python24</p><p class=""><br></p><p class="">So I take it that only the py24-xxxx items depend on python24. Since I do not (knowlingly) use python 2.4* &nbsp;I am wondering whether I can safely just nuke it all?</p></div></blockquote><div><br></div><div>Yes, it is safe to remove them all. Macports now uses python27 by default and you can install the py27-* version of those ports if you need them. Personally I add +python27 to my variants.conf file to specifically give me that version of python. You might also check if you have any ports installed with a python24 variant with the following command:</div><div><br></div><div>port installed | grep python24</div><div><br></div><div>Then install those ports with the python27 variant instead.&nbsp;</div><div><br></div><div><br></div><div>Cheers!</div><div>Frank</div><div><br></div></div></body></html>