mirror of
https://github.com/pyenv/pyenv.git
synced 2025-03-03 11:44:04 +00:00
Merge pull request #1308 from avronr/patch-2
[DOCS] Typo and formatting fix.
This commit is contained in:
commit
d604acb78a
1 changed files with 12 additions and 12 deletions
24
README.md
24
README.md
|
@ -168,9 +168,9 @@ If you're on macOS, we recommend installing rbenv with
|
||||||
To upgrade to the latest rbenv and update ruby-build with newly released
|
To upgrade to the latest rbenv and update ruby-build with newly released
|
||||||
Ruby versions, upgrade the Homebrew packages:
|
Ruby versions, upgrade the Homebrew packages:
|
||||||
|
|
||||||
~~~ sh
|
~~~ sh
|
||||||
$ brew upgrade rbenv ruby-build
|
$ brew upgrade rbenv ruby-build
|
||||||
~~~
|
~~~
|
||||||
- **Debian, Ubuntu and their derivatives**
|
- **Debian, Ubuntu and their derivatives**
|
||||||
~~~ sh
|
~~~ sh
|
||||||
$ sudo apt install rbenv
|
$ sudo apt install rbenv
|
||||||
|
@ -179,7 +179,7 @@ $ brew upgrade rbenv ruby-build
|
||||||
|
|
||||||
Archlinux has an [AUR Package](https://aur.archlinux.org/packages/rbenv/) for
|
Archlinux has an [AUR Package](https://aur.archlinux.org/packages/rbenv/) for
|
||||||
rbenv and you can install it from the AUR using the instructions from this
|
rbenv and you can install it from the AUR using the instructions from this
|
||||||
[wiki page](https://wiki.archlinux.org/index.php/Arch_User_Repository#Installing_and_upgrading_packages)
|
[wiki page](https://wiki.archlinux.org/index.php/Arch_User_Repository#Installing_and_upgrading_packages).
|
||||||
|
|
||||||
2. Set up rbenv in your shell.
|
2. Set up rbenv in your shell.
|
||||||
|
|
||||||
|
@ -244,13 +244,13 @@ a systemwide install.
|
||||||
|
|
||||||
* For **Ubuntu Desktop**:
|
* For **Ubuntu Desktop**:
|
||||||
|
|
||||||
In Ubuntu ~/.bash_profile is only sourced by bash when started in interactive login mode.
|
In Ubuntu ~/.bash_profile is only sourced by bash when started in interactive login mode.
|
||||||
That is typically only when you login at the console (Ctrl+Alt+F1..F6), or connecting via ssh.
|
That is typically only when you login at the console (Ctrl+Alt+F1..F6), or connecting via ssh.
|
||||||
This issue is explained in details
|
This issue is explained in detail
|
||||||
[here](https://askubuntu.com/questions/121073/why-bash-profile-is-not-getting-sourced-when-opening-a-terminal#121075).
|
[here](https://askubuntu.com/questions/121073/why-bash-profile-is-not-getting-sourced-when-opening-a-terminal#121075).
|
||||||
~~~ bash
|
~~~ bash
|
||||||
$ echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.profile
|
$ echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.profile
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
* For **Zsh**:
|
* For **Zsh**:
|
||||||
~~~ zsh
|
~~~ zsh
|
||||||
|
@ -433,7 +433,7 @@ uninstall from the system.
|
||||||
|
|
||||||
`sudo apt purge rbenv`
|
`sudo apt purge rbenv`
|
||||||
|
|
||||||
- Archlinux and it's derivatives:
|
- Archlinux and it's derivatives:
|
||||||
|
|
||||||
`sudo pacman -R rbenv`
|
`sudo pacman -R rbenv`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue