0

set the default python version

How to set the default python version 3.5.2 on linuxmint?

rebeccajazz
asked Sep 28, 2018
1 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).

View More
linuxhelp
answered Jan 26, 2019
Your Answer
||||
x
 
100:0