Why does PDM not install into .venv? #1846
Unanswered
danielmoessner
asked this question in
Q&A
Replies: 2 comments 4 replies
-
I guess I found the answer as pdm does not add a pip executable to .venv/bin the default system pip is used. Maybe somebody can confirm and then close this issue. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I was also confused by this. I am not searching the docs for how to install a one off pip package and coming up a bit dry. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Why does the pdm package list not match pip list?
I run the following commands:
Now
pip list
looks like:But
pdm list
looks like:Why is there are difference? And I somehow can not find the venv in which pdm installs the packages. My .pdm-python references the the created venv.
Beta Was this translation helpful? Give feedback.
All reactions