pypi-simple-search
pypi-simple-search copied to clipboard
Make needs sudo privilege
Thank you for the workaround 😄. However in the installation instructions for the scripts, sudo privileges are needed.
Running
make install
outputs Permission denied error.
You can do:
make install PREFIX=~/.local
and ensure that ~/.local/bin
is included when you type echo $PATH