1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-16 15:23:53 -05:00

Documentation tweaks

This commit is contained in:
Sam Stephenson
2012-12-29 22:05:04 -06:00
parent 19666f2598
commit 37eca782cc
12 changed files with 27 additions and 26 deletions

View File

@@ -3,7 +3,8 @@
# Usage: rbenv prefix [<version>]
#
# Displays the directory where a Ruby version is installed. If no
# version is given, it uses the currently selected version.
# version is given, `rbenv prefix' displays the location of the
# currently selected version.
set -e
[ -n "$RBENV_DEBUG" ] && set -x