Creating the file: #!/usr/bin/python3 print("shebang works!") Changing file permission: You have to do it once. sudo chmod +x file.py Running the script: ./file.py PS: To check all the available locations of executable python, in bash: type - pyth...
sajib.hashnode.dev1 min readNo responses yet.