Advertisement
Guest User

Untitled

a guest
Aug 27th, 2015
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. priiduksmacbook:jython-env priidukull$ bin/jython
  2. Jython 2.7.0 (default:9987c746f838, Apr 29 2015, 02:25:11)
  3. [Java HotSpot(TM) 64-Bit Server VM (Oracle Corporation)] on java1.8.0_31
  4. Type "help", "copyright", "credits" or "license" for more information.
  5. >>> import pip
  6. Traceback (most recent call last):
  7. File "<stdin>", line 1, in <module>
  8. ImportError: No module named pip
  9. >>>
  10. KeyboardInterrupt
  11. priiduksmacbook:jython-env priidukull$ jython
  12. Jython 2.7.0 (default:9987c746f838, Apr 29 2015, 02:25:11)
  13. [Java HotSpot(TM) 64-Bit Server VM (Oracle Corporation)] on java1.8.0_31
  14. Type "help", "copyright", "credits" or "license" for more information.
  15. >>> import pip
  16. >>>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement