Skip to content

Commit

Permalink
Merge branch 'master' of github.com:rvm/ubuntu_rvm
Browse files Browse the repository at this point in the history
  • Loading branch information
raelgc committed Feb 1, 2021
2 parents 0b989b0 + ef7797b commit f6da3a5
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ This package installs rvm with some defaults:
- stable rvm is used;
- rvm is installed using `mixed-mode` install: usable by all users on the system, with isolated rubies/gemsets in user's $HOME (see more [here](http://rvm.io/rvm/install#installation-explained));
- rvm is installed into `/usr/share/rvm` (as Debian/Ubuntu convention);

Automatic updates are provided by a Ubuntu PPA.
- automatic updates provided by a Ubuntu PPA;

Additionally some old packages required to build old ruby binaries (like `libssl1.0-dev`) are automatically available in the PPA too.

Expand Down Expand Up @@ -114,7 +113,12 @@ rvmsudo rvm get master

## 3. Files permission issues

If you already rebooted, and you're facing any file permission issues during any RVM usage, like `Following files may be not writable`, `sudo is needed` or `Operation not permitted`, you can fix it with:
If you already rebooted, and you're facing any file permission issues during any RVM usage, like:
- `Following files may be not writable`
- `sudo is needed` or
- `Cannot utime: Operation not permitted`

You can fix it with:

rvmsudo rvm cleanup all
rvm fix-permissions
Expand Down

0 comments on commit f6da3a5

Please sign in to comment.