You cannot use chmod or any other Linux command on a Windows system.supra wrote:Using Windows 10; Python 3.6.0a1
How do I execute chmod in pc. I have file called hello_world.py inthat folder C:\Users\Python36\Documents\PyChat.
I want to execute chmod 755 hello_world.py or chmod +x hello_world.py
I appreciate your help.
In order to use those commands the file must reside on a Linux formatted filesystem such as ext4.
If you want to run a python script is Windows then Google [How to run python script in Windows]