mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Add back export PATH=/usr/local/share/python:$PATH section
This commit is contained in:
@@ -56,6 +56,13 @@ Now, we can install Python 2.7: ::
|
||||
|
||||
$ brew install python
|
||||
|
||||
This will take a minute or two. Once that's complete, you'll have to add the
|
||||
new Python scripts directory to your ``PATH``
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
export PATH=/usr/local/share/python:$PATH
|
||||
|
||||
|
||||
Distribute & Pip
|
||||
----------------
|
||||
|
||||
Reference in New Issue
Block a user