I keep a local USR=~/usr directory and add this to my PATH,
LD_LIBRARY_PATH and PYTHONPATH (sometimes PYTHONPATH requires more
explicit paths to the contents of ~/usr/lib/python/site-packages or
something like that). When I install python modules I use
"--home=${USR}" or "--prefix=${USR}". For example, on machines running
debian I generally update the numpy and scipy packages locally,
because the system ones are so old.On Wed, Apr 7, 2010 at 4:56 PM, Igor <[email protected]> wrote: > > Dear fipy users and developers, > > probably I have too simple questions, but anyway > > How can I use two fipy versions at one PC? > > I work on Linux machine without root rights and there is fipy 2.0.2 > installed under python2.6. I'd like to test fipy 2.1 from my home. > > How should I tell my scripts running with python2.6 to use home-based > distribution? > Do I have to update/install to my home any other packages already > present at my PC and used by fipy v2.0.2, which is installed globally? > > Thank you for the answers. > > Cheers, > Igor. > > > -- Daniel Wheeler
