Skip to content

Shell commands in docker image are failing: Syntax error #89

Answered by ivanmgribeiro
bosd asked this question in Q&A
Discussion options

You must be logged in to vote

What steps did you take to get to the point where this error is happening? I get similar errors when I launch the DM-shell container and try to run ./generate_configuration.py in the shell that comes up. This is because docker is trying to execute the python file as a shell script.
I think you need to run python3 ./generate_configuration.py and python3 dactyl_manuform.py instead, and that should fix this issue.

You will probably also need to fix the issue mentioned in (#84), by changing the file as done here (ivanmgribeiro@b71669b).

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@bosd
Comment options

Answer selected by bosd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants