[New-bugs-announce] [issue38734] Python 3.7 and 3.8 in Windows Store do not start under git bash

Paul Anton Letnes report at bugs.python.org
Thu Nov 7 05:28:14 EST 2019


New submission from Paul Anton Letnes <pa at letnes.com>:

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.

----------
components: Windows
messages: 356183
nosy: paul.moore, pletnes, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: Python 3.7 and 3.8 in Windows Store do not start under git bash
type: crash
versions: Python 3.7, Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38734>
_______________________________________


More information about the New-bugs-announce mailing list