I have been working on a project that required me to install several python modules. When using the pip command, it has installed them to
C:\Users\username \AppData\Roaming\Python\Python37\site-packages
on the desktop I have remoted into. But if someone else remotes into this desktop they are unable to access these modules I believe this is because they are not installed under the global directory
C:\Program Files (x86)\Python37\Lib\site-packages
How do I install via pip to this global directory?