From: Karol L. <kar...@gm...> - 2017-05-19 16:05:42
|
You can add the option --prefix=... to "python setup.py install" to install under a specific directory. For pip this is --install-option="--prefix=...". The directories you install to will need to be in your path. However, I would suggest looking into virtualenv or even better virtualenvwrapper (https://virtualenvwrapper.readthedocs.io) which make working with multiple installations/version a breeze. On Fri, May 19, 2017 at 8:42 AM, Colin Lam <yh...@gm...> wrote: > Hello, > > This may be an obvious question, but how do I install cclib-1.5 to a local > directory on my home disk in a computing cluster running Linux? I do not > have root permission to run the install command "python setup.py install" > given on the tutorial page. > > Thanks, > Colin > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > cclib-users mailing list > ccl...@li... > https://lists.sourceforge.net/lists/listinfo/cclib-users > > |