Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. maxDOWNS:~ maxrogers$ python
  2. Python 2.6.1 (r261:67515, Feb 11 2010, 00:51:29)
  3. [GCC 4.2.1 (Apple Inc. build 5646)] on darwin
  4. Type "help", "copyright", "credits" or "license" for more information.
  5. >>> import os
  6. >>> print os.getenv('PATH')
  7. /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/git/bin:/usr/X11/bin
  8. >>>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement