new to UV. When I "source .venv/bin/activate" I get a prompt but the python version does NOT activate and is still my base (3.13) when I type Python --version. But if I type uv run python --version ...
[+] Installation & Usage ⚛️ python -m venv venv source venv/bin/activate What is this repository for? %! VENV Install First, create a new directory and set up a virtual environment: python -m venv ...