Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Python虚拟环境从rye切换uv #938

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Ambition9186
Copy link

@Ambition9186 Ambition9186 commented Feb 18, 2025

描述

Python虚拟环境文档从rye切换uv

  1. 适用版本:社区版 6.0
  2. 更新内容:
    • feat:新增部分
    • fix:修补 bug
    • style:格式更新
    • refactor:重构文档结构
  3. fix # Issues

Check list


```bash
# 配置 Rye 和 Python 的环境变量路径
source "$HOME/.rye/env"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

我这整体验证步骤

curl -LsSf https://astral.sh/uv/install.sh | sh

source $HOME/.local/bin/env

uv python pin 3.8 # 最小支持python 3.8

uv init bscp-python-sdk-demo

cd bscp-python-sdk-demo

uv add bk-bscp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants