Skip to content

Changes in how homebrew installs Python on Mac OSX #834

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 17, 2017

Conversation

cclauss
Copy link
Contributor

@cclauss cclauss commented Aug 17, 2017

Homebrew no longer sets pip.

See 5 executable names in https://docs.brew.sh/Homebrew-and-Python.html

  • python points to the macOS system Python (with no manual PATH modification)
  • python2 points to Homebrew’s Python 2.7.x (if installed)
  • python3 points to Homebrew’s Python 3.x (if installed)
  • pip2 points to Homebrew’s Python 2.7.x’s pip (if installed)
  • pip3 points to Homebrew’s Python 3.x’s pip (if installed)

Homebrew no longer sets `pip`.

See 5 executable names in https://docs.brew.sh/Homebrew-and-Python.html
* `python` points to the macOS system Python (with no manual PATH modification)
* `python2` points to Homebrew’s Python 2.7.x (if installed)
* `python3` points to Homebrew’s Python 3.x (if installed)
* `pip2` points to Homebrew’s Python 2.7.x’s pip (if installed)
* `pip3` points to Homebrew’s Python 3.x’s pip (if installed)
@kennethreitz kennethreitz merged commit eb1170d into realpython:master Aug 17, 2017
@kennethreitz
Copy link
Contributor

thanks!

@cclauss cclauss deleted the patch-2 branch August 17, 2017 14:35
ovnicraft added a commit to ovnicraft/python-guide-es that referenced this pull request Sep 12, 2017
commit 3c3d53c
Merge: a1f9e84 488030b
Author: Cristian Salamea <ovnicraft@gmail.com>
Date:   Tue Sep 12 09:02:44 2017 -0500

    Merge branch 'master' into translate-es

commit a1f9e84
Author: Cristian Salamea <ovnicraft@gmail.com>
Date:   Tue Sep 12 08:53:56 2017 -0500

    traduccion de index y starting

commit 6e1f8f5
Author: Cristian Salamea <ovnicraft@gmail.com>
Date:   Tue Sep 12 08:53:49 2017 -0500

    translate to spanish srtp01

commit 9db729e
Merge: 59a7b17 93d8c72
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 11 11:50:49 2017 -0400

    Merge pull request realpython#841 from mivade/rpm-grammar

    Fix grammar in sentence about bdist_rpm

commit 93d8c72
Author: Michael V. DePalatis <mike@depalatis.net>
Date:   Mon Sep 11 10:23:02 2017 -0400

    Fix grammar in sentence about bdist_rpm

commit 59a7b17
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Tue Sep 5 12:57:59 2017 -0400

    Update Readme.rst

commit 06d1914
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 17:13:40 2017 -0400

    Update index.rst

commit d15a63e
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 17:12:54 2017 -0400

    Update styleguide.rst

commit 0e80520
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 17:12:22 2017 -0400

    Update license.rst

commit dca7b1e
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 17:11:48 2017 -0400

    Update contribute.rst

commit a6f3450
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 17:11:39 2017 -0400

    Update contribute.rst

commit d8d7154
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 17:10:49 2017 -0400

    Update news.rst

commit cb28f17
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 17:09:29 2017 -0400

    Update learning.rst

commit 6f967c3
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 17:08:40 2017 -0400

    Update duction.rst

commit ea43442
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 17:08:12 2017 -0400

    Update documentation.rst

commit e9f9d7f
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 17:07:42 2017 -0400

    Update community.rst

commit 98735c6
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 17:06:17 2017 -0400

    Update env.rst

commit 7eca881
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 17:05:23 2017 -0400

    Update pip-virtualenv.rst

commit 13832a6
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 17:04:56 2017 -0400

    Update virtualenvs.rst

commit 2027217
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 17:04:13 2017 -0400

    Update packaging.rst

commit 30c0a34
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 17:03:43 2017 -0400

    Update freezing.rst

commit 53be40e
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 17:02:35 2017 -0400

    Update xml.rst

commit d0e8328
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 17:02:05 2017 -0400

    Update web.rst

commit 55a2331
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 17:01:35 2017 -0400

    Update speed.rst

commit 4babd8b
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 17:01:11 2017 -0400

    Update serialization.rst

commit f81ed3d
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 17:00:42 2017 -0400

    Update scrape.rst

commit 1a62b4d
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 17:00:17 2017 -0400

    Update scientific.rst

commit ed4b4cd
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 16:59:51 2017 -0400

    Update network.rst

commit f644801
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 16:59:25 2017 -0400

    Update ml.rst

commit d0f689b
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 16:57:23 2017 -0400

    Update json.rst

commit 1b594e0
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 16:56:56 2017 -0400

    Update imaging.rst

commit fd58512
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 16:56:22 2017 -0400

    Update gui.rst

commit 5654cb5
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 16:55:53 2017 -0400

    Update db.rst

commit 11960bd
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 16:55:29 2017 -0400

    Update crypto.rst

commit 4b098bd
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 16:55:01 2017 -0400

    Update client.rst

commit 32bf1cf
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 16:54:30 2017 -0400

    Update client.rst

commit 8ce47b3
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 16:54:03 2017 -0400

    Update clibs.rst

commit b46e777
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 16:52:52 2017 -0400

    Update cli.rst

commit 309e9e1
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 16:52:21 2017 -0400

    Update admin.rst

commit a9e1dcb
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 16:51:51 2017 -0400

    Update ci.rst

commit 223cfa9
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 16:50:56 2017 -0400

    Update tests.rst

commit 1d6412e
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 16:50:21 2017 -0400

    Update structure.rst

commit 6305cef
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 16:50:01 2017 -0400

    Update tests.rst

commit 9c0c28d
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 16:49:37 2017 -0400

    Update tests.rst

commit 18fc514
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 16:48:40 2017 -0400

    Update reading.rst

commit 7fefdb0
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 16:48:11 2017 -0400

    Update license.rst

commit 088bbe9
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 16:47:23 2017 -0400

    Update documentation.rst

commit e2ccc68
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 16:46:37 2017 -0400

    Update style.rst

commit 4c37b09
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 16:45:34 2017 -0400

    Update logging.rst

commit 62e0474
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 16:44:59 2017 -0400

    Update gotchas.rst

commit e8ae202
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 16:44:26 2017 -0400

    Update structure.rst

commit 0286285
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 16:43:08 2017 -0400

    Update win.rst

commit e24d7d0
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 16:42:59 2017 -0400

    Update osx.rst

commit e69ced1
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 16:42:48 2017 -0400

    Update linux.rst

commit bf0bf4a
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 16:41:56 2017 -0400

    Update win.rst

commit a3ac306
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 16:41:39 2017 -0400

    Update osx.rst

commit dae92ca
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 16:41:23 2017 -0400

    Update linux.rst

commit 87a6f8d
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 16:40:37 2017 -0400

    Update linux.rst

commit 900ff69
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 16:38:09 2017 -0400

    Update which-python.rst

commit 9ba0f4b
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 16:36:45 2017 -0400

    Update installation.rst

commit 7c070d7
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 16:35:17 2017 -0400

    Update index.rst

commit a336f79
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Fri Sep 1 13:04:45 2017 -0400

    Update win.rst

commit 4dbf587
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Thu Aug 31 03:11:20 2017 -0400

    Update virtualenvs.rst

commit ba1cdd5
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Wed Aug 30 20:37:11 2017 -0400

    Update virtualenvs.rst

commit 86e7d9f
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Wed Aug 30 19:56:58 2017 -0400

    Update virtualenvs.rst

commit 134bf0a
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Wed Aug 30 19:28:26 2017 -0400

    Update virtualenvs.rst

commit 6579fcc
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Wed Aug 30 19:03:23 2017 -0400

    Update win.rst

commit 4c5f4c2
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Wed Aug 30 19:03:08 2017 -0400

    Update osx.rst

commit c803543
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Wed Aug 30 19:02:49 2017 -0400

    Update linux.rst

commit eab357e
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Wed Aug 30 18:58:43 2017 -0400

    Update installation.rst

commit eeff404
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Wed Aug 30 18:56:59 2017 -0400

    Update which-python.rst

commit fbf0d8b
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Wed Aug 30 18:56:16 2017 -0400

    Update which-python.rst

commit 97ebece
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Wed Aug 30 18:55:26 2017 -0400

    Update installation.rst

commit 53c1c7d
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Wed Aug 30 18:53:00 2017 -0400

    Update virtualenvs.rst

commit 2ca6cdb
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Wed Aug 30 18:48:18 2017 -0400

    Update virtualenvs.rst

commit aee8a9f
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Wed Aug 30 18:35:01 2017 -0400

    Update virtualenvs.rst

commit a554f0f
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Wed Aug 30 18:32:20 2017 -0400

    Update virtualenvs.rst

commit 6a8feb0
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Wed Aug 30 18:25:47 2017 -0400

    Update virtualenvs.rst

commit 0c7fed1
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Tue Aug 29 20:49:05 2017 -0400

    Update sidebarlogo.html

commit 3254825
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Tue Aug 29 20:48:53 2017 -0400

    Update sidebarintro.html

commit 7a58e5c
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Aug 28 02:10:33 2017 -0400

    python 3 propganda™

    Signed-off-by: Kenneth Reitz <me@kennethreitz.org>

commit 9a12bb7
Merge: 6656c15 eb1170d
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Sun Aug 20 20:41:33 2017 -0400

    Merge branch 'master' of github.com:kennethreitz/python-guide

commit 6656c15
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Sun Aug 20 20:41:26 2017 -0400

    BTC

    Signed-off-by: Kenneth Reitz <me@kennethreitz.org>

commit eb1170d
Merge: f72ce67 af75a6a
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Thu Aug 17 07:34:01 2017 -0700

    Merge pull request realpython#834 from cclauss/patch-2

    Changes in how homebrew installs Python on Mac OSX

commit f72ce67
Merge: 5249c9c 2d1b231
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Thu Aug 17 07:33:27 2017 -0700

    Merge pull request realpython#835 from cclauss/patch-3

     Changes in how homebrew installs Python on Mac OSX

commit 2d1b231
Author: cclauss <cclauss@bluewin.ch>
Date:   Thu Aug 17 13:44:46 2017 +0200

     Changes in how homebrew installs Python on Mac OSX

    Homebrew no longer sets pip.

    See 5 executable names in https://docs.brew.sh/Homebrew-and-Python.html

        python points to the macOS system Python (with no manual PATH modification)
        python2 points to Homebrew’s Python 2.7.x (if installed)
        python3 points to Homebrew’s Python 3.x (if installed)
        pip2 points to Homebrew’s Python 2.7.x’s pip (if installed)
        pip3 points to Homebrew’s Python 3.x’s pip (if installed)

commit af75a6a
Author: cclauss <cclauss@bluewin.ch>
Date:   Thu Aug 17 13:33:16 2017 +0200

    Changes in how homebrew installs Python on Mac OSX

    Homebrew no longer sets `pip`.

    See 5 executable names in https://docs.brew.sh/Homebrew-and-Python.html
    * `python` points to the macOS system Python (with no manual PATH modification)
    * `python2` points to Homebrew’s Python 2.7.x (if installed)
    * `python3` points to Homebrew’s Python 3.x (if installed)
    * `pip2` points to Homebrew’s Python 2.7.x’s pip (if installed)
    * `pip3` points to Homebrew’s Python 3.x’s pip (if installed)
ovnicraft added a commit to ovnicraft/python-guide-es that referenced this pull request Oct 30, 2017
commit 3c3d53c
Merge: a1f9e84 488030b
Author: Cristian Salamea <ovnicraft@gmail.com>
Date:   Tue Sep 12 09:02:44 2017 -0500

    Merge branch 'master' into translate-es

commit a1f9e84
Author: Cristian Salamea <ovnicraft@gmail.com>
Date:   Tue Sep 12 08:53:56 2017 -0500

    traduccion de index y starting

commit 6e1f8f5
Author: Cristian Salamea <ovnicraft@gmail.com>
Date:   Tue Sep 12 08:53:49 2017 -0500

    translate to spanish srtp01

commit 9db729e
Merge: 59a7b17 93d8c72
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 11 11:50:49 2017 -0400

    Merge pull request realpython#841 from mivade/rpm-grammar

    Fix grammar in sentence about bdist_rpm

commit 93d8c72
Author: Michael V. DePalatis <mike@depalatis.net>
Date:   Mon Sep 11 10:23:02 2017 -0400

    Fix grammar in sentence about bdist_rpm

commit 59a7b17
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Tue Sep 5 12:57:59 2017 -0400

    Update Readme.rst

commit 06d1914
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 17:13:40 2017 -0400

    Update index.rst

commit d15a63e
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 17:12:54 2017 -0400

    Update styleguide.rst

commit 0e80520
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 17:12:22 2017 -0400

    Update license.rst

commit dca7b1e
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 17:11:48 2017 -0400

    Update contribute.rst

commit a6f3450
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 17:11:39 2017 -0400

    Update contribute.rst

commit d8d7154
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 17:10:49 2017 -0400

    Update news.rst

commit cb28f17
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 17:09:29 2017 -0400

    Update learning.rst

commit 6f967c3
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 17:08:40 2017 -0400

    Update duction.rst

commit ea43442
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 17:08:12 2017 -0400

    Update documentation.rst

commit e9f9d7f
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 17:07:42 2017 -0400

    Update community.rst

commit 98735c6
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 17:06:17 2017 -0400

    Update env.rst

commit 7eca881
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 17:05:23 2017 -0400

    Update pip-virtualenv.rst

commit 13832a6
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 17:04:56 2017 -0400

    Update virtualenvs.rst

commit 2027217
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 17:04:13 2017 -0400

    Update packaging.rst

commit 30c0a34
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 17:03:43 2017 -0400

    Update freezing.rst

commit 53be40e
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 17:02:35 2017 -0400

    Update xml.rst

commit d0e8328
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 17:02:05 2017 -0400

    Update web.rst

commit 55a2331
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 17:01:35 2017 -0400

    Update speed.rst

commit 4babd8b
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 17:01:11 2017 -0400

    Update serialization.rst

commit f81ed3d
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 17:00:42 2017 -0400

    Update scrape.rst

commit 1a62b4d
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 17:00:17 2017 -0400

    Update scientific.rst

commit ed4b4cd
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 16:59:51 2017 -0400

    Update network.rst

commit f644801
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 16:59:25 2017 -0400

    Update ml.rst

commit d0f689b
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 16:57:23 2017 -0400

    Update json.rst

commit 1b594e0
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 16:56:56 2017 -0400

    Update imaging.rst

commit fd58512
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 16:56:22 2017 -0400

    Update gui.rst

commit 5654cb5
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 16:55:53 2017 -0400

    Update db.rst

commit 11960bd
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 16:55:29 2017 -0400

    Update crypto.rst

commit 4b098bd
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 16:55:01 2017 -0400

    Update client.rst

commit 32bf1cf
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 16:54:30 2017 -0400

    Update client.rst

commit 8ce47b3
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 16:54:03 2017 -0400

    Update clibs.rst

commit b46e777
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 16:52:52 2017 -0400

    Update cli.rst

commit 309e9e1
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 16:52:21 2017 -0400

    Update admin.rst

commit a9e1dcb
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 16:51:51 2017 -0400

    Update ci.rst

commit 223cfa9
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 16:50:56 2017 -0400

    Update tests.rst

commit 1d6412e
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 16:50:21 2017 -0400

    Update structure.rst

commit 6305cef
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 16:50:01 2017 -0400

    Update tests.rst

commit 9c0c28d
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 16:49:37 2017 -0400

    Update tests.rst

commit 18fc514
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 16:48:40 2017 -0400

    Update reading.rst

commit 7fefdb0
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 16:48:11 2017 -0400

    Update license.rst

commit 088bbe9
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 16:47:23 2017 -0400

    Update documentation.rst

commit e2ccc68
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 16:46:37 2017 -0400

    Update style.rst

commit 4c37b09
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 16:45:34 2017 -0400

    Update logging.rst

commit 62e0474
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 16:44:59 2017 -0400

    Update gotchas.rst

commit e8ae202
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 16:44:26 2017 -0400

    Update structure.rst

commit 0286285
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 16:43:08 2017 -0400

    Update win.rst

commit e24d7d0
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 16:42:59 2017 -0400

    Update osx.rst

commit e69ced1
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 16:42:48 2017 -0400

    Update linux.rst

commit bf0bf4a
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 16:41:56 2017 -0400

    Update win.rst

commit a3ac306
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 16:41:39 2017 -0400

    Update osx.rst

commit dae92ca
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 16:41:23 2017 -0400

    Update linux.rst

commit 87a6f8d
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 16:40:37 2017 -0400

    Update linux.rst

commit 900ff69
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 16:38:09 2017 -0400

    Update which-python.rst

commit 9ba0f4b
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 16:36:45 2017 -0400

    Update installation.rst

commit 7c070d7
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Sep 4 16:35:17 2017 -0400

    Update index.rst

commit a336f79
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Fri Sep 1 13:04:45 2017 -0400

    Update win.rst

commit 4dbf587
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Thu Aug 31 03:11:20 2017 -0400

    Update virtualenvs.rst

commit ba1cdd5
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Wed Aug 30 20:37:11 2017 -0400

    Update virtualenvs.rst

commit 86e7d9f
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Wed Aug 30 19:56:58 2017 -0400

    Update virtualenvs.rst

commit 134bf0a
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Wed Aug 30 19:28:26 2017 -0400

    Update virtualenvs.rst

commit 6579fcc
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Wed Aug 30 19:03:23 2017 -0400

    Update win.rst

commit 4c5f4c2
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Wed Aug 30 19:03:08 2017 -0400

    Update osx.rst

commit c803543
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Wed Aug 30 19:02:49 2017 -0400

    Update linux.rst

commit eab357e
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Wed Aug 30 18:58:43 2017 -0400

    Update installation.rst

commit eeff404
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Wed Aug 30 18:56:59 2017 -0400

    Update which-python.rst

commit fbf0d8b
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Wed Aug 30 18:56:16 2017 -0400

    Update which-python.rst

commit 97ebece
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Wed Aug 30 18:55:26 2017 -0400

    Update installation.rst

commit 53c1c7d
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Wed Aug 30 18:53:00 2017 -0400

    Update virtualenvs.rst

commit 2ca6cdb
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Wed Aug 30 18:48:18 2017 -0400

    Update virtualenvs.rst

commit aee8a9f
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Wed Aug 30 18:35:01 2017 -0400

    Update virtualenvs.rst

commit a554f0f
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Wed Aug 30 18:32:20 2017 -0400

    Update virtualenvs.rst

commit 6a8feb0
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Wed Aug 30 18:25:47 2017 -0400

    Update virtualenvs.rst

commit 0c7fed1
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Tue Aug 29 20:49:05 2017 -0400

    Update sidebarlogo.html

commit 3254825
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Tue Aug 29 20:48:53 2017 -0400

    Update sidebarintro.html

commit 7a58e5c
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Mon Aug 28 02:10:33 2017 -0400

    python 3 propganda™

    Signed-off-by: Kenneth Reitz <me@kennethreitz.org>

commit 9a12bb7
Merge: 6656c15 eb1170d
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Sun Aug 20 20:41:33 2017 -0400

    Merge branch 'master' of github.com:kennethreitz/python-guide

commit 6656c15
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Sun Aug 20 20:41:26 2017 -0400

    BTC

    Signed-off-by: Kenneth Reitz <me@kennethreitz.org>

commit eb1170d
Merge: f72ce67 af75a6a
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Thu Aug 17 07:34:01 2017 -0700

    Merge pull request realpython#834 from cclauss/patch-2

    Changes in how homebrew installs Python on Mac OSX

commit f72ce67
Merge: 5249c9c 2d1b231
Author: Kenneth Reitz <me@kennethreitz.org>
Date:   Thu Aug 17 07:33:27 2017 -0700

    Merge pull request realpython#835 from cclauss/patch-3

     Changes in how homebrew installs Python on Mac OSX

commit 2d1b231
Author: cclauss <cclauss@bluewin.ch>
Date:   Thu Aug 17 13:44:46 2017 +0200

     Changes in how homebrew installs Python on Mac OSX

    Homebrew no longer sets pip.

    See 5 executable names in https://docs.brew.sh/Homebrew-and-Python.html

        python points to the macOS system Python (with no manual PATH modification)
        python2 points to Homebrew’s Python 2.7.x (if installed)
        python3 points to Homebrew’s Python 3.x (if installed)
        pip2 points to Homebrew’s Python 2.7.x’s pip (if installed)
        pip3 points to Homebrew’s Python 3.x’s pip (if installed)

commit af75a6a
Author: cclauss <cclauss@bluewin.ch>
Date:   Thu Aug 17 13:33:16 2017 +0200

    Changes in how homebrew installs Python on Mac OSX

    Homebrew no longer sets `pip`.

    See 5 executable names in https://docs.brew.sh/Homebrew-and-Python.html
    * `python` points to the macOS system Python (with no manual PATH modification)
    * `python2` points to Homebrew’s Python 2.7.x (if installed)
    * `python3` points to Homebrew’s Python 3.x (if installed)
    * `pip2` points to Homebrew’s Python 2.7.x’s pip (if installed)
    * `pip3` points to Homebrew’s Python 3.x’s pip (if installed)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants