Dec-19-2019, 11:45 PM
I am a new user to python so please be kind. I am using python 3 on ubuntu (Linux).
I installed numpy under …/APP1/.env/lib/python3.6/site-packages/
it works when execute APP1.
When I run another unrelated APP2 that needs numpy outside of the .env it says the module cannot be found.
It seems to me like these files (numpy) only work in the env. How do I install it in a way so that it is universally usable by any app that needs it? Also doing it in a way that the first app will not be tampered with and will still be able to locate it.
Please help!
I installed numpy under …/APP1/.env/lib/python3.6/site-packages/
it works when execute APP1.
When I run another unrelated APP2 that needs numpy outside of the .env it says the module cannot be found.
It seems to me like these files (numpy) only work in the env. How do I install it in a way so that it is universally usable by any app that needs it? Also doing it in a way that the first app will not be tampered with and will still be able to locate it.
Please help!