Solved: Cannot Flash TX2 in JetPack 3.3 /usr/bin/env: 'python': no such directory

Hi,

I am trying to flash a TX2 that has a blue screen. I get all the way to the point of flashing in 3.3 and the flash fails showing in the log:
/usr/bin/env: ‘python’: no such directory

I only have python3 installed on my host computer. I added alias python=python3 to my bash_aliases file, but that doesn’t seem to work.

Does anyone know of a workaround?

Also, the screen connected to the TX2 stays blank after I do the forced recovery. Is that typical?

Thanks!

Scott

Hi, I solved this one. Just had to also install Python 2 as Python on the host machine and then everything worked.

2 Likes

thanks,that works!