mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Merge pull request #5636 from pypa/emergency-bugfix
Fix import issue with pipenv 2023.3.18.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
Fix import error in virtualenv utility for creating new environments caused by ``2023.3.18`` release.
|
||||
@@ -254,7 +254,7 @@ def ensure_python(project, python=None):
|
||||
err=True,
|
||||
)
|
||||
# check for python installers
|
||||
from .installers import Asdf, InstallerError, InstallerNotFound, Pyenv
|
||||
from pipenv.installers import Asdf, InstallerError, InstallerNotFound, Pyenv
|
||||
|
||||
# prefer pyenv if both pyenv and asdf are installed as it's
|
||||
# dedicated to python installs so probably the preferred
|
||||
|
||||
Reference in New Issue
Block a user