Skip to content

Commit

Permalink
Setting up pyenv path before setting up pyenv (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
avolkov authored May 23, 2021
1 parent 0a80d0e commit b784e03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/.pyenvrc.j2
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
# -------------------------------------
export PYENV_ROOT="{{ pyenv_path }}"
export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init --path)"
eval "$(pyenv init - {{ pyenv_init_options}})"

0 comments on commit b784e03

Please sign in to comment.