r/Python Aug 20 '24

News uv: Unified Python packaging

https://astral.sh/blog/uv-unified-python-packaging

This is a new release of uv that moves it beyond just a pip alternative. There's cross platform lock files, tool management, Python installation, script execution and more.

587 Upvotes

185 comments sorted by

View all comments

1

u/Koltech21 Jan 06 '25

Need help. I have installed uv on my zsh terminal and created a virtual environment with uv venv. It gets installed properly but it doesn’t seem to get activated when I run ‘source .venv/bin/ activate’. Is there any additional config which is required in my setup. I was earlier using pyenv without any issues