-
Hey y'all - i'm playing around with hatch environments for a tutorial i'm working on. i dont understand how to navigate hatch created environments. Can you answer some questions please?
here is what i've tried:
i do have my zsh shell customized as you can see but i'm struggling to figure out how i know what environment i'm in when using hatch. it seems like i'm in a default environment but i want to be in the dev environment to work on my package (as an example). as context i'm used to using conda where you activate an envt and start working. perhaps the model here is a bit different? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
It seems like you've already entered the |
Beta Was this translation helpful? Give feedback.
-
I'm finding that the command to open a shell in the "dev" environment is |
Beta Was this translation helpful? Give feedback.
It seems like you've already entered the
default
environment with the shell command so you must runexit
or press ctrl+d. It should update your prompt, it certainly does for others on the supported shells.