python - macport and FINK -


i have mac server , have both fink , macport installation of python/numpy/scipy

i wondering if having both affect other? in terms of memory leaks/unusual results? in case wondering why both ? fink macports allows me have python2.4 fink not provide (yes needed old version piece of code have)

i wonder since tried use homebrew once , complained machine having port , fink (i did not realize port provided python2.4 looking @ homebrew when realized port did give 2.4 abandoned it)

in terms of how python interpreter works, no: there no negative effect on having fink python macports python installed on same machine, there no effect having multiple installations of python anything.


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

c++ - Correct method for redrawing a layered window -

java.util.scanner - How to read and add only numbers to array from a text file -