I want to use pymongo in my server code which will run in server machine, But don't have permission to install pip or any libraries as it is a shared machine, then how to access mongodb connection?
Asked
Active
Viewed 153 times
-2
-
Possible duplicate of [Installing pip packages to $HOME folder](https://stackoverflow.com/questions/7143077/installing-pip-packages-to-home-folder) – running.t Jul 18 '18 at 12:44
-
`pip install --user
pymongo` – running.t Jul 18 '18 at 12:45