From: Felix P. <fel...@un...> - 2015-06-23 09:43:18
|
Hi, actually what I did was to simply set the PYTHONPATH: Konsole output export PYTHONPATH=$HOME/programs/cclib/cclib-1.3/build/lib.linux-x86_64-2.7:$PYTHONPATH That seemed to work ... Cheers, Felix On 2015-06-19 20:34, Will Kennerly 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 |