parity icon indicating copy to clipboard operation
parity copied to clipboard

Install from ubuntu not working

Open gcolson opened this issue 5 years ago • 1 comments

I just installed parity using the "On Debian" install instruction from the repo : https://github.com/thoughtbot/parity#install

What command did you execute?

I tried to run production console from a project deployed to heroku.

What did you expect to happen?

I expect to access the heroku console for my production deployment of my app

What actually happened?

I got this message : bash: /usr/bin/production : /usr/bin/ruby : bad interpreter: No such file or directory

Some information about your installation

  • What's your operating system? Xubuntu 20.04 Focal Fossa
  • What's the output of which development, which staging, which production? /usr/bin/development /usr/bin/staging /usr/bin/production

gcolson avatar May 12 '20 10:05 gcolson

Hi @gcolson, sorry for the long wait here. Do you have a local Ruby installation? I think our packages there may need some maintenance.

Travelling Ruby is out of date and no longer supported, so I would recommend installing the gem version via gem install parity. I will look into updating our instructions.

geoffharcourt avatar Feb 26 '21 15:02 geoffharcourt