On 2010-03-16 14:53 , Claus wrote: > python still wants to use my (still existing) fink version of numpy. > The same behaviour occurs for all all packages and also from within ipython. > > How can I change this so that python (the macport python) uses the > macport site-packages?
Check if you have any custom PYTHONPATH in the environment. I guess it contains some path to /sw and this leads python to picking up the wrong modules. Make sure that you do not load settings for both Fink an MacPorts at the same time in your .profile/.bash_profile/.bashrc. Instead, do it manually in a shell where you want to use them. Rainer _______________________________________________ macports-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
