Skip to content

Commit

Permalink
fixup! Support pyenv on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
nre-ableton committed Jul 19, 2022
1 parent 78189f0 commit b5b1c96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/com/ableton/VirtualEnv.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ class VirtualEnv implements Serializable {
// Only export PYENV_ROOT if it isn't part of the Jenkins environment
activateCommands.add("export PYENV_ROOT=${pyenvRoot}")
}
activateCommands.add('export PATH=\$PYENV_ROOT/bin:\$PATH')
if (isUnix) {
activateCommands.add('eval "$(pyenv init --path)"')
activateCommands.add('eval "$(pyenv init -)"')
Expand Down

0 comments on commit b5b1c96

Please sign in to comment.