You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run phpenv help the output text seems to refer to rbenv rather than phpenv. Furthermore, the PHPENV_VERSION environment variable seems to do nothing whereas RBENV_VERSION seems to work.
> phpenv
rbenv 1.0.0-16-gd6ab394
Usage: rbenv <command> [<args>]
Some useful rbenv commands are:
commands List all available rbenv commands
local Set or show the local application-specific Ruby version
global Set or show the global Ruby version
shell Set or show the shell-specific Ruby version
rehash Rehash rbenv shims (run this after installing executables)
version Show the current Ruby version and its origin
versions List all Ruby versions available to rbenv
which Display the full path to an executable
whence List all Ruby versions that contain the given executable
See `rbenv help <command>' for information on a specific command.
For full documentation, see: https://github.com/rbenv/rbenv#readme
> phpenv version
rbenv: version `5.3.29' is not installed (set by RBENV_VERSION environment variable)
(set by RBENV_VERSION environment variable)
The text was updated successfully, but these errors were encountered:
When I run
phpenv help
the output text seems to refer torbenv
rather thanphpenv
. Furthermore, thePHPENV_VERSION
environment variable seems to do nothing whereasRBENV_VERSION
seems to work.The text was updated successfully, but these errors were encountered: