Advertisement
Guest User

Untitled

a guest
Aug 27th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. [xxxxx@oc3651178580 ~]$ heroku --version
  2. /usr/local/heroku/lib/heroku/updater.rb:3:in `require': /usr/local/heroku/lib/heroku/helpers.rb:303: syntax error, unexpected ':', expecting ')' (SyntaxError)
  3. ...de('utf-8', 'binary', invalid: :replace, undef: :replace).sp...
  4. ^
  5. from /usr/local/heroku/lib/heroku/updater.rb:3
  6. from /usr/local/heroku/bin/heroku:18:in `require'
  7. from /usr/local/heroku/bin/heroku:18
  8.  
  9. $ which ruby
  10. /usr/bin/ruby
  11.  
  12. $ readlink -f /usr/bin/ruby
  13. /usr/bin/ruby1.8
  14.  
  15. $ dpkg -S /usr/bin/ruby1.8
  16. ruby1.8: /usr/bin/ruby1.8
  17.  
  18. $ apt-get purge ruby1.8
  19.  
  20. $ apt-get install ruby
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement