adrianzap/softwipe

Softwipe tries to install lizard as root, even if lizard is installed as a user

Closed this issue · 1 comments

Some people try to keep their user python packages separate from the system python packages. This is accomplished by installing packages using pip install --user <package>. When I install lizard this way, softwipe tries to install lizard as root anyways. I feel this is not an ideal choice.

Should be fixed now.