As stated in title, was able to successfully run './build.sh build' without errors, however I'm unable to run even just ./build.sh successfully now, attempting to run with 'git bash' on Win10; output is the following:

Spent a fair amount of time attempting to figure out how to get my python path associated with /usr/bin/env, but despite my hour long google search, I'm not able to figure it out. Also attempted to create a .bashrc and add "export PATH=/c/Users/elesj/AppData/Local/Programs/Python/Python38-32/python:$PATH"
The strange part is, a simple test python script I can run from bash:

Windows 10 22H2
Docker Desktop 4.30.0
python 3.8.1
git 2.38.0

