kubak (Kuba Krzempek)
- Login: kubak
- Registered on: 11/09/2017
- Last sign in: 11/09/2017
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
11/09/2017
-
11:50 AM Ruby Bug #14076: Installing Ruby 2.3.1 - Ubuntu 17.10
- The problem stems from default gcc version (it's 7) used on Ubuntu 17.10.
Installing gcc-6 and running the install via
`CC=/usr/bin/gcc-6 rbenv install 2.3.1`
should help.
I leave the note for someone passing thru this issue with t...