Replies: 1 comment
-
The installation script always installs PDM in an virtualenv and isn't controlled by If you don't want it to be isolated just install with pip, thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using pdm in multi-stage docker file for my web application. I just want to use
pdm
to export the lock file to requirements.txt, so that I can build wheels in the build stage and install them in the run-time stage. Following the recommended way to installpdm
, I tried the following:My issues are:
pdm
just like when install usingpip
PDM_USE_VENV=False
env variable.Beta Was this translation helpful? Give feedback.
All reactions