J'ai deux versions de python sur ma linuxbox:
$python
Python 2.6.6 (r266:84292, Jul 10 2013, 22:48:45)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-3)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>
$ /usr/local/bin/python2.7
Python 2.7.3 (default, Oct 8 2013, 15:53:09)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-3)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>
$ which python
/usr/bin/python
$ ls -al /usr/bin/python
-rwxr-xr-x. 2 root root 4864 Jul 10 22:49 /usr/bin/python
Comment puis-je faire de 2.7 la version par défaut, alors quand je tape, python
cela me place dans 2.7?
/usr/bin/env python
pour signifier 2.6 au lieu de 2.3 signifiait la moitié des commandes rpm
et tout a urpmi
cessé de fonctionner).
/usr/bin/python
était un lien souple pointant vers python2
. Je viens de le changer enpython3.6