Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mikigo committed Aug 22, 2024
1 parent 906eddd commit a82ab1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/backup-to-gitlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ concurrency:
cancel-in-progress: true

jobs:
backup-to-gitlabwh:
uses: linuxdeepin/.github/.github/workflows/backup-to-gitlabwh.yml@master
secrets: inherit
# backup-to-gitlabwh:
# uses: linuxdeepin/.github/.github/workflows/backup-to-gitlabwh.yml@master
# secrets: inherit

backup-to-gitee:
uses: linuxdeepin/.github/.github/workflows/backup-to-gitee.yml@master
Expand Down
4 changes: 1 addition & 3 deletions docs/指南/环境/环境部署.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,7 @@ $ python3 manage.py run

## 虚拟环境解释器

YouQu 默认采用虚拟化部署,虚拟环境实际安装的位置是在 `$HOME/.local/share/virtualenvs/youqu-oHTM7l7G` 目录下;其中,

`youqu-oHTM7l7G` 此目录名称前面部分是你的代码根目录的名称,后面部分是生成的随机字符串。
YouQu 默认采用虚拟化部署,虚拟环境实际安装的位置是在项目根目录下 `.venv` 目录。

## 激活虚拟环境

Expand Down

0 comments on commit a82ab1e

Please sign in to comment.