Useful Bits of Information
Useful Tips and Tricks for power users
Wednesday, November 6, 2013
Checking the PYTHONPATH interactively
You can see the value of your Python path using the Python interactive interpreter and tying this:
>>> import sys
>>> print sys.path
Newer Post
Older Post
Home