Fix documentation error
This commit is contained in:
parent
30729bab17
commit
47d87a4992
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ python3 -V
|
||||||
Python 3.6.3
|
Python 3.6.3
|
||||||
|
|
||||||
python2 -V
|
python2 -V
|
||||||
2.7.13
|
Python 2.7.13
|
||||||
```
|
```
|
||||||
|
|
||||||
In some cases, you might want python2 and python3 to co-exist, but python needs to point at a specific python version. The order of python versions is what controls this.
|
In some cases, you might want python2 and python3 to co-exist, but python needs to point at a specific python version. The order of python versions is what controls this.
|
||||||
|
|
Loading…
Reference in a new issue