You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are now a few different tools that manage virtual environments automatically based on the pyproject.toml for a project. I do happen to like hatch, so I made a hack to enable its default environment (one could of course add an option to query which environment to use) for the project in a given directory:
There are now a few different tools that manage virtual environments automatically based on the
pyproject.toml
for a project. I do happen to likehatch
, so I made a hack to enable its default environment (one could of course add an option to query which environment to use) for the project in a given directory:This would be a nide feature to have in
pyvenv.el
. But perhaps there already exists a package for this elsewhere?The text was updated successfully, but these errors were encountered: