Skip to content

Instantly share code, notes, and snippets.

@aurels
Created December 21, 2009 17:13
Show Gist options
  • Save aurels/261075 to your computer and use it in GitHub Desktop.
Save aurels/261075 to your computer and use it in GitHub Desktop.
####################
# Set path for REE #
####################
# By the end of /etc/profile :
export PATH=/opt/ruby-enterprise/bin:$PATH
alias sudo='sudo env PATH=$PATH'
# Then :
source /etc/profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment