File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +7
-8
lines changed
Original file line number Diff line number Diff line change @@ -25,20 +25,19 @@ If you're using another version of Ubuntu (e.g. the latest LTS release), we reco
25
25
Working with Python 3
26
26
---------------------
27
27
28
- At this point, you have the system Python 2.7 available, potentially the
29
- :ref: `Homebrew version of Python 2 <install-osx >` installed, and the Homebrew
30
- version of Python 3 as well.
28
+ At this point, you may have system Python 2.7 available as well.
31
29
32
30
.. code-block :: console
33
31
34
32
$ python
35
33
36
- will launch the Python 2 interpreter.
34
+ This will launch the Python 2 interpreter.
37
35
38
36
.. code-block :: console
39
37
40
38
$ python3
41
39
40
+ This will launch the Python 3 interpreter.
42
41
43
42
Setuptools & Pip
44
43
----------------
Original file line number Diff line number Diff line change @@ -44,20 +44,20 @@ makes it much easier for you to use other third-party Python libraries.
44
44
Working with Python 3
45
45
---------------------
46
46
47
- At this point, you have the system Python 2.7 available, potentially the
48
- :ref: `Homebrew version of Python 2 <install-osx >` installed, and the Homebrew
49
- version of Python 3 as well.
47
+ At this point, you may also have Python 2.7 installed.
50
48
51
49
.. code-block :: console
52
50
53
51
$ python
54
52
55
- will launch the Python 2 interpreter.
53
+ This will launch the Python 2 interpreter.
56
54
57
55
.. code-block :: console
58
56
59
57
$ python3
60
58
59
+ This will launch the Python 3 interpreter.
60
+
61
61
62
62
Setuptools + Pip
63
63
----------------
You can’t perform that action at this time.
0 commit comments