Hatch shell not providing python dependencies. #936
Unanswered
pmacdonald-tl
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Can you explain what can't be found a bit more? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If I run "hatch run python", my deps are present and my app works.
If I run "hatch shell", then try to run the app via cli, it can't find the deps.
Given when I run hatch shell, it says it's syncing dependencies, it's odd it doesn't set up my Python env so my deps are available.
Is this expected behaviour? If so, is the workaround to use a venv?
What approach do people take to use hatch to run/test the cli for their tools?
Beta Was this translation helpful? Give feedback.
All reactions