⬅︎ Back to The importance of env (and how it works with virtualenv)
virtualenv or any other installation approach that runs Python from a non-system directory, that is.Python's always been easy to install anywhere you like; it uses heuristics to locate the library based on the location of the library.
Comment
virtualenv or any other installation approach that runs Python from a non-system directory, that is.
Python's always been easy to install anywhere you like; it uses heuristics to locate the library based on the location of the library.