I have created a simple Python package and I have uploaded it to PyPI. I have added command scripts inside the setup.py
file so that I can run the program at any point using my terminal. The thing is, when I install it via
pip3 install noty
typing noty
doesnt work.
On the other hand, installing it using sudo pip3 install noty
works just fine. I know it is a PATH issue but I can't seem to find a solution at all. Is it possible for the program to be able to run without needing to install it using sudo? Here is the github link to the package:
https://github.com/GrgBls/noty