x89 / Shreddit

Remove your comment history on Reddit as deleting an account does not do so.
Other
998 stars 134 forks source link

Install in Linux without root? #134

Open brakenow opened 5 years ago

brakenow commented 5 years ago

Hi, and thank you for a great script!

Had to install it with root perms to get it installed. The command wasn'ẗ found when I installed it with pip install --user -U shreddit, which I was told add, when installing as user.

matiaskotlik commented 5 years ago

You can use a virtualenv.

stephen304 commented 5 years ago

Hi, and thank you for a great script!

Had to install it with root perms to get it installed. The command wasn'ẗ found when I installed it with pip install --user -U shreddit, which I was told add, when installing as user.

After pip install --user -U shreddit you have to make sure $HOME/.local/bin is in your path because that's where it gets installed to.