Skip to content

Instantly share code, notes, and snippets.

@cpelley
Created December 14, 2016 10:45
Show Gist options
  • Save cpelley/793e73d83a9988f08e19eec0bec37b9e to your computer and use it in GitHub Desktop.
Save cpelley/793e73d83a9988f08e19eec0bec37b9e to your computer and use it in GitHub Desktop.
Run IDLE within an alternative python environment
/path/to/python -c "from idlelib.PyShell import main; main()" &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment