0

set the default python version

How to set the default python version 3.5.2 on linuxmint?

Python Add a comment
rebeccajazz
asked Sep 29 2018

Answer

0

Python 3.5 is the system's default Python 3 version.

Just run python3 or put a correct hashbang line in your script

(#!/usr/bin/python3 or #!/usr/bin/env python3).

Add a comment
linuxhelp
asked Jan 26 2019
Post your Answer