-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'build.sh build' completed successfully without errors, unable to run #100
Comments
My guess is your |
So I ran: vim docker-entrypoint.py -c "set ff=unix" -c ":wq" |
It's not clear if you ran the |
I have no legitimate reason as to why, but I in fact did re-run the build command. Any suggestion on maybe wiping the entire thing including the docker container out and starting from scratch given the development of needing unix line endings? |
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
The text was updated successfully, but these errors were encountered: