This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pletnes
Recipients paul.moore, pletnes, steve.dower, tim.golden, zach.ware
Date 2019-11-07.10:28:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1573122494.13.0.703066612304.issue38734@roundup.psfhosted.org>
In-reply-to
Content
Python 3.7 and 3.8 installed from the  Windows Store do not start under git bash. Rather, they give some variation of this error message:

bash: /c/Users/pa/AppData/Local/Microsoft/WindowsApps/python: Permission denied

However, the permissions are rwxr-xr-x, or 755 if you prefer. The same error occurs if I try to run pip.

How can I run python under git bash? I use python and various pip-installed executables (e.g. black) for git hooks, so this has to work for my workflow.
History
Date User Action Args
2019-11-07 10:28:14pletnessetrecipients: + pletnes, paul.moore, tim.golden, zach.ware, steve.dower
2019-11-07 10:28:14pletnessetmessageid: <1573122494.13.0.703066612304.issue38734@roundup.psfhosted.org>
2019-11-07 10:28:14pletneslinkissue38734 messages
2019-11-07 10:28:13pletnescreate