I started learning what Python is and there was a question with the requests module. I have a MacOS. I installed the module
sudo pip install requests But now, when I try to run a program with an imported module without sudo, I get an error
ImportError: No module named requests what am I doing wrong?
python -mrequests.certsbefore / afterpython -mpip install requestswith / without--userwith / withoutsudo. - jfs