Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a8ed45d

Browse filesBrowse files
committed
fixes
1 parent 9164a1b commit a8ed45d
Copy full SHA for a8ed45d

File tree

Expand file treeCollapse file tree

2 files changed

+7
-8
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+7
-8
lines changed

‎docs/starting/install3/linux.rst

Copy file name to clipboardExpand all lines: docs/starting/install3/linux.rst
+3-4Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,19 @@ If you're using another version of Ubuntu (e.g. the latest LTS release), we reco
2525
Working with Python 3
2626
---------------------
2727

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.
3129

3230
.. code-block:: console
3331
3432
$ python
3533
36-
will launch the Python 2 interpreter.
34+
This will launch the Python 2 interpreter.
3735

3836
.. code-block:: console
3937
4038
$ python3
4139
40+
This will launch the Python 3 interpreter.
4241

4342
Setuptools & Pip
4443
----------------

‎docs/starting/install3/win.rst

Copy file name to clipboardExpand all lines: docs/starting/install3/win.rst
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,20 +44,20 @@ makes it much easier for you to use other third-party Python libraries.
4444
Working with Python 3
4545
---------------------
4646

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.
5048

5149
.. code-block:: console
5250
5351
$ python
5452
55-
will launch the Python 2 interpreter.
53+
This will launch the Python 2 interpreter.
5654

5755
.. code-block:: console
5856
5957
$ python3
6058
59+
This will launch the Python 3 interpreter.
60+
6161

6262
Setuptools + Pip
6363
----------------

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.