Skip to content
Hardey知识库
Search
K
Main Navigation
首页
web相关
大模型相关
前端监控
Python
机器学习相关
Devops
linux
Git
About
其他
Vitepress
Appearance
相关文章
回到顶部
目录
uv的python版本管理
安装
shell
pip
install
uv
创建一个python为3.10的环境
比conda省事多了
shell
uv
venv
venv
-p
3.10
执行test.py 脚本
shell
uv
run
test.py
在当前环境安装依赖包
shell
uv
pip
install
openai