Created
October 18, 2008 18:20
-
-
Save technicalpickles/17708 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nichoj@nichoj-macbookpro $ ssh deploy@flockup | |
Last login: Sat Oct 18 14:17:46 2008 from static-68-162-253-244.bos.east.verizon.net | |
deploy@li44-9 ~ $ which rake | |
/opt/ruby-enterprise-1.8.6-20080810/bin/rake | |
deploy@li44-9 ~ $ echo ${PATH} | |
/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/i686-pc-linux-gnu/gcc-bin/4.1.1:/opt/ruby-enterprise-1.8.6-20080810/bin/:/opt/ruby-enterprise-1.8.6-20080810/bin/ | |
nichoj@nichoj-macbookpro 14:18:45 $ ssh deploy@flockup which rake | |
which: no rake in (/usr/bin:/bin:/usr/sbin:/sbin) | |
nichoj@nichoj-macbookpro 14:19:10$ ssh deploy@flockup 'echo ${PATH}' | |
/usr/bin:/bin:/usr/sbin:/sbin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment