Specifying virtualenv script path, additional options as well as virtualenv, pip setuptools and wheel version for creating powetry venvs #9348
goodwillcoding
started this conversation in
Ideas
Replies: 2 comments 4 replies
-
If your project really rely on specific versions of these tools, I would just add them to the list of dependencies like all other dependencies. |
Beta Was this translation helpful? Give feedback.
1 reply
-
If you have a special needs from your virtualenv, you can make it manually activate it and Poetry will pick it up. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi folks,
As far as I am aware there is no way to specify virtualenv script, additional options of versions of pip, setuptools and wheels used for creation for virtualenv. I usually do for reproducibility. Any thoughts on how to go about it? Or am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions