You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that pre-installed pip is used only to install virtualenv package, however this step is not needed in many or most cases. Maybe it would be better to move the import from the top of the script inside the function, or even to use alternative virtualenv install method via zipapp just like in install-poetry.py?
The text was updated successfully, but these errors were encountered:
install-pdm.py requires pre-installed pip:
pdm/install-pdm.py
Line 19 in 9961203
It appears that pre-installed pip is used only to install virtualenv package, however this step is not needed in many or most cases. Maybe it would be better to move the import from the top of the script inside the function, or even to use alternative virtualenv install method via zipapp just like in install-poetry.py?
The text was updated successfully, but these errors were encountered: