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

There's no intuitive way to Managing Environments. #8037

Closed
farzbood opened this issue Oct 9, 2024 · 3 comments
Closed

There's no intuitive way to Managing Environments. #8037

farzbood opened this issue Oct 9, 2024 · 3 comments

Comments

@farzbood
Copy link

farzbood commented Oct 9, 2024

Hi,
I couldn't find any command or options to Manage the Environments created once by uv venv and needed to be Modified/Removed/Switched Between appropriately, like the ones available in Poetry.

@ilyagr
Copy link
Contributor

ilyagr commented Oct 9, 2024

You are probably looking for the uv pip commands, e.g. uv pip list, uv pip install, ...

I kind of wish uv pip was renamed to uv env, and uv venv was uv env create. uv pip could still exist as an alias for uv env, as can uv venv.

@farzbood
Copy link
Author

farzbood commented Oct 9, 2024

No, pip commands are about managing the dependencies of the project installed in the env, not the virtual environment itself.
I'm looking for commands like: poetry env remove, poetry env use, ... to manage the env. (check the link to the Poetry docs.) that let you associate more than one env to a project and switch between them, remove unwanted ones, etc.

P.S
How can I Install the latest [Python 3.13 (free-threaded) build](https://github.com/indygreg/python-build-standalone/releases/tag/20241008) distribution (Windows10 x86_64), with uv? I couldn't find a way to tell that to uv python install

@zanieb
Copy link
Member

zanieb commented Oct 9, 2024

We only allow a single project environment at this time. Related #1495

See #8019

@charliermarsh charliermarsh closed this as not planned Won't fix, can't repro, duplicate, stale Oct 16, 2024
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

4 participants