From: Will K. <the...@ya...> - 2015-06-19 18:37:36
|
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 |