Skip to content

Instantly share code, notes, and snippets.

@djtech42
Created September 28, 2015 06:30
Show Gist options
  • Save djtech42/bcd7a75931be78a414d1 to your computer and use it in GitHub Desktop.
Save djtech42/bcd7a75931be78a414d1 to your computer and use it in GitHub Desktop.
Get Python Install Path In Interpreter
import sys
sys.executable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment