4 Respostas
+ 2
If you have python 3 already installed, and it works fine in terminal, then you can simply add this line to the top of your code:
#! /usr/bin/python3
The path may be different for you, so change it if it's different.
This line tells the computer to use the source in the path to run the file.
+ 1
Aymane Boukrouh It worked. Appreciate the help.
0
What operating system are you using ?
0
Aymane Boukrouh Im using a MacOs