danchoi / vmail

a vim interface for gmail
http://danielchoi.com/software/vmail.html
MIT License
786 stars 59 forks source link

PATH issue on Arch Linux #211

Closed sajattack closed 6 years ago

sajattack commented 7 years ago

The readme says

On some systems you may run into a PATH issue, where the system can't find the vmail command after installation. Please report this if you encounter this problem, and mention what system you're using.

Here's my report, I'm using Arch Linux

sajattack commented 7 years ago

Fixed by manually adding ~/.gem/ruby/2.4.0/bin to my path

alter2000 commented 6 years ago
  1. You should put this as a path, since Ruby (major) version changes will break the $PATH: $(ruby -e 'print Gem.user_dir')/bin:
  2. It seems the issue is Arch-specific and mentioned in the Wiki, besides you figured it out, so I think it should be closed.