improvements

This commit is contained in:
Kenneth Reitz
2016-12-07 11:34:28 -08:00
parent 63841bdc50
commit 96ddd776e0
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ This creates a copy of Python in whichever directory you ran the command in,
placing it in a folder named :file:`venv`.
You can also use the Python interpreter of your choice (like
:file:`/usr/bin/python2.7`).
``python2.7``).
.. code-block:: console
+1 -1
View File
@@ -78,7 +78,7 @@ or Python 3:
This will take a minute or two.
Setuptools and Pip
Setuptools & Pip
----------------
Homebrew installs Setuptools and ``pip`` for you.
+3 -3
View File
@@ -64,15 +64,15 @@ This will take a minute or two.
Pip
----------------
---
Homebrew installs ``pip3`` for you.
``pip3`` is the alias for the Python 3 version of ``pip`` on systems with both
the Homebrew'd Python 2 and 3 installed.
Working with Python3
--------------------
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