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
huak install currently installs the project's dependencies to a virtual environment similar to poetry install. I'd like to replace this with a venv subcommand for interacting with venvs. It's default behavior in a project with a pyproject.toml would be to create a venv if it doesn't already exist.
The text was updated successfully, but these errors were encountered:
huak install
currently installs the project's dependencies to a virtual environment similar topoetry install
. I'd like to replace this with a venv subcommand for interacting with venvs. It's default behavior in a project with a pyproject.toml would be to create a venv if it doesn't already exist.The text was updated successfully, but these errors were encountered: