Exec python script
execute a python script
using the interpreter
python3 [name script].py
using a hashbang (shebang) :
add #! /usr/bin/python3 as the first line in a script
==> bash w
, does not work ?
execute a python script
using the interpreter
python3 [name script].py
using a hashbang (shebang) :
add #! /usr/bin/python3 as the first line in a script
==> bash w
, does not work ?