Pysis

RVM path fix output

Jun 13th, 2017 (edited)
392
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.02 KB | None | 0 0
  1. ⋊> ~ rvm env 09:43:34
  2. Warning! PATH is not properly set up, '/Users/username/.rvm/gems/ruby-2.0.0-p648/bin' is not available,
  3. usually this is caused by shell initialization files - check them for 'PATH=...' entries,
  4. it might also help to re-add RVM to your dotfiles: 'rvm get stable --auto-dotfiles',
  5. to fix temporarily in this shell session run: 'rvm use ruby-2.0.0-p648'.
  6. export PATH="/Users/username/.rvm/gems/ruby-2.0.0-p648/bin:/Users/username/.rvm/gems/ruby-2.0.0-p648@global/bin:/Users/username/.rvm/rubies/ruby-2.0.0-p648/bin:$PATH"
  7. export GEM_HOME='/Users/username/.rvm/gems/ruby-2.0.0-p648'
  8. export GEM_PATH='/Users/username/.rvm/gems/ruby-2.0.0-p648:/Users/username/.rvm/gems/ruby-2.0.0-p648@global'
  9. export MY_RUBY_HOME='/Users/username/.rvm/rubies/ruby-2.0.0-p648'
  10. export IRBRC='/Users/username/.rvm/rubies/ruby-2.0.0-p648/.irbrc'
  11. unset MAGLEV_HOME
  12. unset RBXOPT
  13. export RUBY_VERSION='ruby-2.0.0-p648'
  14. ⋊> ~ rvm get stable --auto-dotfiles 10:20:32
  15. Warning! PATH is not properly set up, '/Users/username/.rvm/gems/ruby-2.0.0-p648/bin' is not available,
  16. usually this is caused by shell initialization files - check them for 'PATH=...' entries,
  17. it might also help to re-add RVM to your dotfiles: 'rvm get stable --auto-dotfiles',
  18. to fix temporarily in this shell session run: 'rvm use ruby-2.0.0-p648'.
  19. Downloading https://get.rvm.io
  20. Downloading https://raw.githubusercontent.com/wayneeseguin/rvm/master/binscripts/rvm-installer.asc
  21. Verifying /Users/username/.rvm/archives/rvm-installer.asc
  22. gpg: Signature made Mon Feb 20 09:05:42 2017 EST using RSA key ID BF04FF17
  23. gpg: Good signature from "Michal Papis (RVM signing) <mpapis@gmail.com>"
  24. gpg: Note: This key has expired!
  25. Primary key fingerprint: 409B 6B17 96C2 7546 2A17 0311 3804 BB82 D39D C0E3
  26. Subkey fingerprint: 62C9 E5F4 DA30 0D94 AC36 166B E206 C29F BF04 FF17
  27. GPG verified '/Users/username/.rvm/archives/rvm-installer'
  28. Turning on auto dotfiles mode.
  29. Downloading https://github.com/rvm/rvm/archive/1.29.1.tar.gz
  30. Downloading https://github.com/rvm/rvm/releases/download/1.29.1/1.29.1.tar.gz.asc
  31. Found PGP signature at: 'https://github.com/rvm/rvm/releases/download/1.29.1/1.29.1.tar.gz.asc',
  32. but no GPG software exists to validate it, skipping.
  33.  
  34. Upgrading the RVM installation in /Users/username/.rvm/
  35. Removing rvm PATH line from /Users/username/.mkshrc /Users/username/.profile /Users/username/.bashrc /Users/username/.zshrc.
  36. Adding rvm PATH line to /Users/username/.profile /Users/username/.mkshrc /Users/username/.bashrc /Users/username/.zshrc.
  37. Removing rvm loading line from /Users/username/.profile /Users/username/.bashrc /Users/username/.zlogin.
  38. Adding rvm loading line to /Users/username/.profile /Users/username/.bash_profile /Users/username/.zlogin.
  39. Fixing environment link for default.
  40. Upgrade of RVM in /Users/username/.rvm/ is complete.
  41.  
  42. # User,
  43. #
  44. # Thank you for using RVM!
  45. # We sincerely hope that RVM helps to make your life easier and more enjoyable!!!
  46. #
  47. # ~Wayne, Michal & team.
  48.  
  49. In case of problems: https://rvm.io/help and https://twitter.com/rvm_io
  50.  
  51. Upgrade Notes:
  52.  
  53. * No new notes to display.
  54.  
  55. RVM reloaded!
  56. ⋊> ~ rvm env 10:22:44
  57. export PATH="/Users/username/.rvm/gems/ruby-2.0.0-p648/bin:/Users/username/.rvm/gems/ruby-2.0.0-p648@global/bin:/Users/username/.rvm/rubies/ruby-2.0.0-p648/bin:$PATH"
  58. export GEM_HOME='/Users/username/.rvm/gems/ruby-2.0.0-p648'
  59. export GEM_PATH='/Users/username/.rvm/gems/ruby-2.0.0-p648:/Users/username/.rvm/gems/ruby-2.0.0-p648@global'
  60. export MY_RUBY_HOME='/Users/username/.rvm/rubies/ruby-2.0.0-p648'
  61. export IRBRC='/Users/username/.rvm/rubies/ruby-2.0.0-p648/.irbrc'
  62. unset MAGLEV_HOME
  63. unset RBXOPT
  64. export RUBY_VERSION='ruby-2.0.0-p648'
Add Comment
Please, Sign In to add comment