Skip to content

Instantly share code, notes, and snippets.

@brock
Created March 8, 2013 20:42
Show Gist options
  • Save brock/5119691 to your computer and use it in GitHub Desktop.
Save brock/5119691 to your computer and use it in GitHub Desktop.
What to do when RVM fucks with your sudo PATH

##What to do when RVM fucks with your sudo PATH

echo 'echo $PATH' > path.sh   
bash path.sh
sudo bash path.sh

If you see a difference, look in /etc/sudoers or /etc/sudoers.d/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment