-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Summary
- Open powershell on a Linux machine (see https://learn.microsoft.com/en-us/powershell/scripting/install/install-powershell-on-linux)
- Run
uv venv
PS > uv venv --python=3.11
Using CPython 3.11.14
Creating virtual environment at: .venv
✔ A virtual environment already exists at `.venv`. Do you want to replace it? · yes
Activate with: source .venv/bin/activate
PS > source .venv/bin/activate
source: The term 'source' is not recognized as a name of a cmdlet, function, script file, or executable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
PS > .venv/bin/activate.ps1
# Worked
Platform
Linux 6.17.0-12-generic x86_64 GNU/Linux (Kubuntu 25.10)
Version
uv 0.9.27
Python version
Python 3.11.14
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working