Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revisit "nested virtualenvs" problem #425

Open
facundobatista opened this issue Feb 15, 2024 · 0 comments
Open

Revisit "nested virtualenvs" problem #425

facundobatista opened this issue Feb 15, 2024 · 0 comments

Comments

@facundobatista
Copy link
Member

At some point in time, with some Python versions and ways to handle environments, if you created a virtualenv being already inside another virtualenv, that creation was broken.

To avoid this situation biting users, we added a couple of checks that will alert early that the situation was there.

Fast forward several years. Today it may work. We need to check if this is the case.

If not, everything remain as before.

If now it's possible to have a virtualenv created while you were in other virtualenv, then:

  • check the README and verify if we're saying something about this, and fix
  • annotate also in the README that pipx install fades is a proper way of using the project (validate first!)
  • remove those restrictions that we added to alert the user
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

No branches or pull requests

1 participant