Replies: 1 comment
-
On the same note it seems |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If I start a new project with ONLY a pyproject.toml with these lines:
$ hatch env show
reports I have two virtual environments 'default' and 'venv' even though no environment has been created. Is there a better way to request env status to show ONLY those environments that actually exist? I guess I should just get used to using 'ls' to view what envs actually exist but I find this behavior kind of confusing.
Beta Was this translation helpful? Give feedback.
All reactions