Jan
22nd
2010
Fri
22nd
2010
If you get this error when trying to use the —home option when installing a custom Python module:
error: must supply either home or prefix/exec-prefix -- not both
then this might be because of default setting for prefix. This will work:
python setup.py install --home=~ --prefix=''