Easier use of package manager uv in the form of conda.
Unlike uvv.This repo ONLY need is uv.
Thanks Menghuan1918 create awsome shell script.
First you need to install package manager uv.
Then run:
git clone https://github.com/Slipstream-Max/vuv.git
cd vuv
bash Install.sh
Just restart your terminal. I've tested it on:
- bash(Linux)
- zsh(Linux)
Or you can download the vuv
file separately and add source /path/to/vuv
export VUV_VENV=/path/to/venvs
to your terminal configuration.
You can modify
VUV_VENV:path to venv
VUV_DIR:path to vuv file
VUV_CONFIG:path to vuv config file (store index url for now)
in install.sh to choose different install location.
vuv create -n fastapi -p 3.10
vuv activate fastapi
vuv deactivate
vuv remove -n fastapi
vuv list
vuv install torch
vuv uninstall torch
vuv config --default-index https://pypi.tuna.tsinghua.edu.cn/simple
For more details you can refer to vuv help
.
Ctrl+,
open Settings.
Search python.venvFolders
.