Advertisement
lupulcelbun

Untitled

Jan 8th, 2015
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1.  
  2. 0 ✓ andrei@oc2435728566 ~/opt/jython2.7b3 $ echo $CLASSPATH
  3. /usr/lib/python2.6/site-packages/
  4. 0 ✓ andrei@oc2435728566 ~/opt/jython2.7b3 $ echo $PYTHONPATH
  5. /usr/lib/python2.6/site-packages/
  6. 0 ✓ andrei@oc2435728566 ~/opt/jython2.7b3 $ unset CLASSPATH
  7. 0 ✓ andrei@oc2435728566 ~/opt/jython2.7b3 $ echo $CLASSPATH
  8.  
  9. 0 ✓ andrei@oc2435728566 ~/opt/jython2.7b3 $ ./jython
  10. Jython 2.7b3 (default:e81256215fb0, Aug 4 2014, 02:39:51)
  11. [IBM J9 VM (IBM Corporation)] on java1.7.0
  12. Type "help", "copyright", "credits" or "license" for more information.
  13. >>> import RequestsLibrary
  14. Traceback (most recent call last):
  15. File "<stdin>", line 1, in <module>
  16. ImportError: No module named RequestsLibrary
  17. >>>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement