From: Adam T. <ate...@gm...> - 2015-06-22 23:08:06
|
Hi Will, I think that virtualenv ( http://docs.python-guide.org/en/latest/dev/virtualenvs/) may be of use to you. If I recall correctly, once the virtual env is enabled/setup, any packages are installed to a custom directory. This should let you bypass the root access. Best regards, Adam On Fri, Jun 19, 2015 at 11:34 AM, Will Kennerly < the...@ya...> wrote: > I would like to use cclib on a (linux) computer that I do not have root > access on. I can certainly unpack the source code archive and use "python > setup.py build", and then "python setup.py install", the latter of which of > course fails. > > Is there a particular path in the cclib subdirectory in my $HOME that I > can add to $PYTHONPATH or use in sys.path.append() so that the cclib module > can be imported as if it was installed by the normal method? > > Thank you, > Will > > > > ------------------------------------------------------------------------------ > > _______________________________________________ > cclib-users mailing list > ccl...@li... > https://lists.sourceforge.net/lists/listinfo/cclib-users > > |