Windows使用git bash使用Python shell的问题

在git bash中使用virtualenv创建虚拟环境后,直接输入python进入python命令行会卡住

网上搜索后,发现应当使用

python -i

winpty python

 

转载于:https://www.cnblogs.com/icetouch/p/8783787.html

你可能感兴趣的:(Windows使用git bash使用Python shell的问题)