1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-12 05:23:47 -05:00

Set RBENV_DEBUG=1 to see what's going on under the hood

This commit is contained in:
Sam Stephenson
2011-09-12 10:11:59 -05:00
parent 2e3e141d2e
commit 0632325a43
19 changed files with 19 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
#!/usr/bin/env bash
set -e
[ -n "$RBENV_DEBUG" ] && set -x
echo "$(rbenv-version-name) (set by $(rbenv-version-origin))"