“Update Link Python ist Python 3” Code-Antworten

Update Link Python ist Python 3

$ python --version
Python 2.7.6
$ python3 --version
Python 3.4.3
$ alias python=python3
$ python --version
Python 3.4.3
Fair Ferret

Update Link Python ist Python 3

$ unalias python
$ python --version
Python 2.7.6
Fair Ferret

Ähnliche Antworten wie “Update Link Python ist Python 3”

Fragen ähnlich wie “Update Link Python ist Python 3”

Weitere verwandte Antworten zu “Update Link Python ist Python 3” auf Python

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen