I run the github.com/techAPJ/install-rails
installation script from the «Beginners Guide to Install Discourse on Ubuntu for Development» @techAPJ’s article in the latest stock (unmodified, without any extra packages previously installed) version of Ubuntu Desktop (16.04.3 LTS):
bash <(wget -qO- https://raw.githubusercontent.com/techAPJ/install-rails/master/linux)
The script leads to the conflict:
Installing Bundler …
Fetching: bundler-1.16.1.gem (100%)
bundler’s executable “bundle” conflicts with /home/dfediuk/.rbenv/versions/2.4.2/bin/bundle
Overwrite the executable? [yN]
Should I answer y
, N
, or maybe the installation is already in a wrong state?