Using existing conda environment? and Poetry-like behavior for dev deps #592
Unanswered
indigoviolet
asked this question in
Q&A
Replies: 1 comment
-
|
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
Uh oh!
There was an error while loading. Please reload this page.
-
I like to set up my environment and install Python with conda. I'd then like to use Hatch for managing dependencies and building etc.
To achieve this, I did
This has a few issues:
hatch shell
does sync dependencies, but also tries to activate the venv (which I don't need to do within Hatch, since I'm already in the conda environment).Beta Was this translation helpful? Give feedback.
All reactions