-
Can I specify a custom path or I would like to be able to install it with locked dependencies not just in-project or with the named location but a entirely custom path, e.g. as optional argument:
This would be a functionality similar to |
Beta Was this translation helpful? Give feedback.
Answered by
grgi
May 25, 2023
Replies: 1 comment
-
I've found the solution: After adding the path to the venv's |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
grgi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've found the solution: After adding the path to the venv's
python
to.pdm-python
,pdm install
just does the trick.