Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renaming 'install' subcommand as 'venv' #849

Open
cnpryer opened this issue Nov 16, 2023 · 1 comment
Open

Renaming 'install' subcommand as 'venv' #849

cnpryer opened this issue Nov 16, 2023 · 1 comment
Milestone

Comments

@cnpryer
Copy link
Owner

cnpryer commented Nov 16, 2023

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.

@cnpryer cnpryer added this to the General-use release milestone Nov 16, 2023
@cnpryer
Copy link
Owner Author

cnpryer commented Nov 19, 2023

Instead maybe huak python use --install-dependencies could work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant