thoughtbot / parity

Shell commands for development, staging, and production parity for Heroku apps
https://thoughtbot.com
MIT License
889 stars 57 forks source link

Install from ubuntu not working #181

Open gcolson opened 4 years ago

gcolson commented 4 years ago

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

geoffharcourt commented 3 years ago

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.