DEV Community

Discussion on: Python Lib path in RHEL 7

Collapse
 
mkhan195 profile image
Imran

Found the fix, it was simple, i just did "pip3 install --target=/location/with/write/access django , and it worked, The best way is to have virtualenv to have 2 python versions.