This commit is contained in:
2017-04-13 10:58:14 -04:00
parent 9164a1b1e9
commit a8ed45d5c4
2 changed files with 7 additions and 8 deletions
+3 -4
View File
@@ -25,20 +25,19 @@ If you're using another version of Ubuntu (e.g. the latest LTS release), we reco
Working with Python 3
---------------------
At this point, you have the system Python 2.7 available, potentially the
:ref:`Homebrew version of Python 2 <install-osx>` installed, and the Homebrew
version of Python 3 as well.
At this point, you may have system Python 2.7 available as well.
.. code-block:: console
$ python
will launch the Python 2 interpreter.
This will launch the Python 2 interpreter.
.. code-block:: console
$ python3
This will launch the Python 3 interpreter.
Setuptools & Pip
----------------
+4 -4
View File
@@ -44,20 +44,20 @@ makes it much easier for you to use other third-party Python libraries.
Working with Python 3
---------------------
At this point, you have the system Python 2.7 available, potentially the
:ref:`Homebrew version of Python 2 <install-osx>` installed, and the Homebrew
version of Python 3 as well.
At this point, you may also have Python 2.7 installed.
.. code-block:: console
$ python
will launch the Python 2 interpreter.
This will launch the Python 2 interpreter.
.. code-block:: console
$ python3
This will launch the Python 3 interpreter.
Setuptools + Pip
----------------