You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see. I think only the second part is relevant then. I will adapt the issue to reflect this.
svenvanderburg
changed the title
Add troubleshooting for issues on Windows with python in git bash
Expand troubleshooting for issues on Windows with python in git bash
Dec 16, 2024
The part https://carpentries-incubator.github.io/python-intermediate-development/common-issues.html#python-hangs-in-git-bash can be extended with the following related problem:
Does the file remain empty when using
winpty python -m pip freeze > requirements.txt
? Adjust the alias toalias python='winpty -Xallow-non-tty python'
alias python='winpty -Xallow-non-tty -Xplain python'
The text was updated successfully, but these errors were encountered: