Open rucker opened 3 years ago
Due to various installation options on Windows (App Store, python.org installer, chocolatey...), each having different ideas of installation location, PATH updating, and whether a python3.exe
is installed, the simplest workaround may be to symlink /python/install/dir/python3 -> /python/install/dir/python
.
Under git-bash execution fails (output below). On Unix-like systems, the Python 3 binary is typically
python3
. This is untrue on Windows, at least when Python 3 is installed via Chocolatey.