mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
Tone down the RVM incompatibility notice
This commit is contained in:
parent
e56885f4c9
commit
871f0e26df
1 changed files with 3 additions and 4 deletions
|
@ -69,10 +69,9 @@ and then invoke the corresponding executable.
|
||||||
|
|
||||||
## Installation ##
|
## Installation ##
|
||||||
|
|
||||||
**Compatibility note**: rbenv is _incompatible_ with rvm. Things will
|
**Compatibility note**: rbenv is _incompatible_ with RVM. Please make
|
||||||
appear to work until you try to install a gem. The problem is that
|
sure to fully uninstall RVM and remove any references to it from
|
||||||
rvm actually overrides the `gem` command with a shell function!
|
your shell initialization files before installing rbenv.
|
||||||
Please remove any references to rvm before using rbenv.
|
|
||||||
|
|
||||||
If you're on Mac OS X, consider
|
If you're on Mac OS X, consider
|
||||||
[installing with Homebrew](#homebrew-on-mac-os-x).
|
[installing with Homebrew](#homebrew-on-mac-os-x).
|
||||||
|
|
Loading…
Reference in a new issue