2012/11/20

Install python module


python setup.py install --home=$topt

installs the module to $topt/lib/python

or

python setup.py install --prefix=$topt

will install the module to $topt/lib/pythonX.Y/site-packages

No comments: