Skip to content

Instantly share code, notes, and snippets.

@cointoss1973
Last active March 6, 2016 23:44
Show Gist options
  • Save cointoss1973/2f4cb913d9b2a18e3c9d to your computer and use it in GitHub Desktop.
Save cointoss1973/2f4cb913d9b2a18e3c9d to your computer and use it in GitHub Desktop.
Git bash 上から python インタプリタを起動する ref: http://qiita.com/cointoss1973/items/a0da81df10f8cc04c83e
alias python='winpty python.exe'
alias python='winpty python.exe'
$ python
Python 2.7.11 (v2.7.11:6d1b6a68f775, Dec 5 2015, 20:32:19) [MSC v.1500 32 bit (
Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>>
alias ipython='winpty ipython.exe'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment