Advertisement
Guest User

Untitled

a guest
Mar 24th, 2015
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. (galaxy_env)galaxy@bioinfo-wstation-01:~/galaxy$ python2.7
  2. Python 2.7.3 (default, Mar 13 2014, 11:03:55)
  3. [GCC 4.7.2] on linux2
  4. Type "help", "copyright", "credits" or "license" for more information.
  5. >>> import sys
  6. >>> print sys.path
  7. ['', '/usr/local/lib/python2.7/dist-packages/bx_python-0.7.2-py2.7-linux-x86_64.egg', '/usr/local/lib/python2.7/dist-packages/MySQL_python-1.2.5-py2.7-linux-x86_64.egg', '/usr/local/lib/python2.7/dist-packages/distribute-0.7.3-py2.7.egg', '/usr/local/lib/python2.7/dist-packages/Cactus-2.3.1-py2.7.egg', '/usr/local/lib/python2.7/dist-packages/Markdown-2.5.1-py2.7.egg', '/usr/local/lib/python2.7/dist-packages/boto-2.34.0-py2.7.egg', '/usr/local/lib/python2.7/dist-packages/Django-1.5.5-py2.7.egg', '/usr/lib/python2.7/dist-packages', '/usr/lib/pymodules/python2.7', '/usr/local/lib/python2.7/dist-packages/setuptools-14.3.1-py2.7.egg', '/usr/bin/python2.7', '/usr/lib/python2.7', '/usr/lib/python2.7/xml', '/usr/lib/python2.7/xml/etree', '/usr/lib/python2.7/xml/parsers', '/usr/lib/python2.7/plat-linux2', '/usr/lib/python2.7/lib-tk', '/usr/lib/python2.7/lib-old', '/usr/lib/python2.7/lib-dynload', '/usr/local/lib/python2.7/dist-packages', '/usr/lib/python2.7/dist-packages/gtk-2.0']
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement