Skip to content

Commit

Permalink
fix: 将虚拟环境的位置指定到工程目录下
Browse files Browse the repository at this point in the history
Description:

Log:
  • Loading branch information
mikigo committed Jun 6, 2024
1 parent 04adef6 commit d506e0d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .env

This file was deleted.

6 changes: 6 additions & 0 deletions src/utils/env_vir.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

# SPDX-License-Identifier: GPL-2.0-only
source ${ROOT_DIR}/src/utils/_env_base.sh

export PIPENV_VENV_IN_PROJECT=true
export PIPENV_PYPI_MIRROR=https://pypi.tuna.tsinghua.edu.cn/simple
export PIPENV_QUIET=true
export PIPENV_DEFAULT_PYTHON_VERSION=3

echo "
██╗ ██╗ ██████╗ ███████╗ ███╗ ██╗ ██╗ ██╗
╚██╗ ██╔╝ ██╔═══██╗ ██╔════╝ ████╗ ██║ ██║ ██║
Expand Down

0 comments on commit d506e0d

Please sign in to comment.