duckietown / gym-duckietown

Self-driving car simulator for the Duckietown universe
http://duckietown.org
Other
45 stars 16 forks source link

/usr/bin/env: 'python' : No such file or directory #251

Open xristoskor opened 3 years ago

xristoskor commented 3 years ago

Hello. I'm trying to test the simulator following the step: " ./manual_control.py --env-name Duckietown-udem1-v0" and the error is "/usr/bin/env: 'python' : No such file or directory".

Any suggestions?

Thank you.

rcapozziello27 commented 2 years ago

sudo apt-get install python-is-python3

Fixed this same issue for me.