pypi-simple-search icon indicating copy to clipboard operation
pypi-simple-search copied to clipboard

Make needs sudo privilege

Open Baalkikhaal opened this issue 3 years ago • 1 comments

Thank you for the workaround 😄. However in the installation instructions for the scripts, sudo privileges are needed.

Running

make install

outputs Permission denied error.

Baalkikhaal avatar May 24 '21 11:05 Baalkikhaal

You can do:

make install PREFIX=~/.local

and ensure that ~/.local/bin is included when you type echo $PATH

ashwinvis avatar Mar 09 '22 08:03 ashwinvis