Ich benutze Ubuntu 16.04 LTS. Ich habe python3
installiert. Es sind zwei Versionen installiert, python 3.4.3
und python 3.6
. Wann immer ich einen python3
Befehl verwende, dauert dies python 3.4.3
standardmäßig. Ich möchte verwenden python 3.6
mit python3
.
python3 --version
zeigt an version 3.4.3
Ich installiere ansible
welche unterstützt version > 3.5
. Also, wann immer ich ansible in das Terminal tippe, wirft es Fehler wegenpython 3.4
sudo update-alternatives --config python3
?