Skip to content

Commit

Permalink
refactor(env): change virtual environment path to local .venv
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Oct 23, 2024
1 parent f4d1af8 commit e16cdab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .envrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export PYTHON_KEYRING_BACKEND="keyring.backends.null.Keyring"
export PROJECT_NAME="dotfiles"
PROJECT_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
export PROJECT_ROOT
VIRTUAL_ENV="${WORKON_HOME}/${PROJECT_NAME}"
VIRTUAL_ENV="./.venv"
if [ -e "${VIRTUAL_ENV}/bin/activate" ]; then
# shellcheck disable=SC1091
source "${VIRTUAL_ENV}/bin/activate"
Expand Down

0 comments on commit e16cdab

Please sign in to comment.