Skip to content

Instantly share code, notes, and snippets.

@sankars
Created May 19, 2014 17:58
Show Gist options
  • Select an option

  • Save sankars/ad567a9e1a56c71c5e2c to your computer and use it in GitHub Desktop.

Select an option

Save sankars/ad567a9e1a56c71c5e2c to your computer and use it in GitHub Desktop.
Python script for print details about python kit and system
## http://stackoverflow.com/questions/4583367/how-to-run-multiple-python-version-on-windows
## print installed version of python
python -V
import sys
sys.version
## print python modules path
import sys
sys.path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment