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.shJust 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.10vuv activate fastapivuv deactivatevuv remove -n fastapivuv listvuv install torchvuv uninstall torchvuv config --default-index https://pypi.tuna.tsinghua.edu.cn/simpleFor more details you can refer to vuv help.
Ctrl+, open Settings.
Search python.venvFolders.

