Switch to using uv to manage my virtualenvs
- ID
e6cf090- date
2024-05-30 13:48:28+00:00- author
Alex Chan <alex@alexwlchan.net>- parent
22af69d- message
Switch to using uv to manage my virtualenvs- changed files
1 file, 1 addition, 1 deletion
Changed files
fish_functions/venv.fish (961) → fish_functions/venv.fish (946)
diff --git a/fish_functions/venv.fish b/fish_functions/venv.fish
index 621e542..d99dcca 100644
--- a/fish_functions/venv.fish
+++ b/fish_functions/venv.fish
@@ -15,7 +15,7 @@ function venv --description "Create and activate a new virtual environment"
end
echo "Creating virtual environment in "(pwd)"/.venv"
- python3 -m venv .venv --upgrade-deps
+ uv venv --quiet .venv
source .venv/bin/activate.fish
# Append .venv to the Git exclude file, but only if it's not