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

"per-project" -> "application-specific"

This commit is contained in:
Sam Stephenson
2013-01-03 10:00:10 -06:00
parent 80750f730f
commit 149f4b4607
3 changed files with 14 additions and 13 deletions

View File

@@ -6,8 +6,8 @@
# rbenv shell --unset
#
# Sets a shell-specific Ruby version by setting the `RBENV_VERSION'
# environment variable in your shell. This version overrides both
# project-specific versions and the global version.
# environment variable in your shell. This version overrides local
# application-specific versions and the global version.
#
# <version> should be a string matching a Ruby version known to rbenv.
# The special version string `system' will use your default system Ruby.