Advertisement
Guest User

Untitled

a guest
Sep 13th, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. admins-mac-mini:python jenkins$ cd
  2. admins-mac-mini:~ jenkins$ sudo python
  3. Python 2.7.10 (v2.7.10:15c95b7d81dc, May 23 2015, 09:33:12)
  4. [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
  5. Type "help", "copyright", "credits" or "license" for more information.
  6. >>> import six
  7. >>> print(six.__file__)
  8. /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/six.pyc
  9. >>> ^D
  10. admins-mac-mini:~ jenkins$ cd /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python
  11. admins-mac-mini:python jenkins$ pwd
  12. /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python
  13. admins-mac-mini:python jenkins$ ls -la *six*
  14. -rw-r--r-- 1 root wheel 1422 Jul 30 2016 six-1.4.1-py2.7.egg-info
  15. -rw-r--r-- 1 root wheel 20588 Sep 2 2013 six.py
  16. -rw-r--r-- 1 root wheel 22728 Jul 30 2016 six.pyc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement