Skip to content

add multiple pyenv instances example#4372

Open
davidsanfal wants to merge 2 commits intoconan-io:develop2from
davidsanfal:dsf/pyenv
Open

add multiple pyenv instances example#4372
davidsanfal wants to merge 2 commits intoconan-io:develop2from
davidsanfal:dsf/pyenv

Conversation

@davidsanfal
Copy link
Contributor

@davidsanfal davidsanfal commented Feb 13, 2026

add multiple pyenv instances example

@davidsanfal davidsanfal requested a review from jcar87 February 13, 2026 16:04
Comment on lines +98 to +99
so each instance gets its own directory. After installing packages with ``install()`` on each instance,
call ``generate()`` on all of them so every venv is added to the PATH.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would mention that this would only be necessary if we need to install things that cannot be resolved in a single virtualenv, e.g. due to dependency/version conflicts

Copy link
Member

@memsharded memsharded left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd like to understand first the multiple instances with same name behavior and what we are going to do with that, maybe it is necessary to document against that? Or forbid it by code?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants