We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d2e5303 + 764a925 commit df8ac04Copy full SHA for df8ac04
virtualenvwrapper.sh
@@ -814,7 +814,7 @@ function virtualenvwrapper_get_python_version {
814
815
# Prints the path to the site-packages directory for the current environment.
816
function virtualenvwrapper_get_site_packages_dir {
817
- "$VIRTUAL_ENV/$VIRTUALENVWRAPPER_ENV_BIN_DIR/python" -c "import distutils; print(distutils.sysconfig.get_python_lib())"
+ "$VIRTUAL_ENV/$VIRTUALENVWRAPPER_ENV_BIN_DIR/python" -c "import distutils.sysconfig; print(distutils.sysconfig.get_python_lib())"
818
}
819
820
# Path management for packages outside of the virtual env.
0 commit comments