Hello, I am using a PHP repl and is planning to use the exec command.
The PHP side of things works well, however on Python, it says I need to install the requests packages. When I go to the shell and run the command pip3 install requests --user, it claims it has been installed, however when I run it again it continues on to say its not installed.