Shreddit icon indicating copy to clipboard operation
Shreddit copied to clipboard

Install in Linux without root?

Open brakenow opened this issue 5 years ago • 2 comments

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.

brakenow avatar Mar 08 '19 14:03 brakenow

You can use a virtualenv.

matiaskotlik avatar Apr 28 '19 17:04 matiaskotlik

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.

stephen304 avatar Jul 07 '19 20:07 stephen304