How can I know which compiler is used when I type python myapp.py in terminal?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
|
|
Ask it.
|
|||||||||||||||
|
This will tell you which python is being used. |
|||||||
|
|
When you run
in your terminal, no compiler is used. Python interprets the file myapp.py. |
|||||
|