Closed ghost closed 7 years ago
Hi !
Yes you can, but i'd recommend using the --home
option instead of the --prefix
option.
For example, you could do something like python setup.py install --home=$HOME
.
Note that you might need to tweak your $PYTHONPATH
environment variable for it to work proprely. The installer will help you with that if necessary.
Hi, i want to install this to my seedbox but i don't have root access there. Can i use something like
python setup.py install --prefix=$HOME
?