Replies: 1 comment 6 replies
-
Top level |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
when I run hatch shell, I'm put into the project's default environment, which makes sense. If I wanted to be put into a shell for a different environment, like test, docs, etc. I'm not sure how I would accomplish this in the interpreter with a hatch command.
I'd expect
hatch shell -e ENV_NAME
or something like it to put me in the correct environment. From the env docs, it seems like there is functionality for running scripts in non-default python environments, but not for starting interactive shells in them with hatch.Beta Was this translation helpful? Give feedback.
All reactions