Exercise 4.1 - Linux Basics For Robotics


i get this error when i try to execute test_process.py which contains the python code in the topic part.

Hi @FahadSaif ,

Welcome to the Community!

Did you check if you have made your file as executable?

By issuing the below command, you can make your file as Linux executable.
chmod 755 test_process.py
(OR)
chmod +x test_process.py

Regards,
Girish

3 Likes

This topic was automatically closed after 21 hours. New replies are no longer allowed.