diff options
| author | Mike McQuaid | 2018-03-03 18:17:04 +0000 | 
|---|---|---|
| committer | GitHub | 2018-03-03 18:17:04 +0000 | 
| commit | bc3389bdae5be31e5447802cb0eb8e1a967f5b4d (patch) | |
| tree | 2d61e66163e0fbf4650f38bb104374a32f53914c /Library/Homebrew/diagnostic.rb | |
| parent | 5e3003688f801a49a46c1b24cb5e27d5c276af30 (diff) | |
| parent | 70253f0009ee8095a5d10ee7bdd891f1fe5cc35c (diff) | |
| download | brew-master.tar.bz2 | |
Adjust docs and more internal code for Python 3.
Diffstat (limited to 'Library/Homebrew/diagnostic.rb')
| -rw-r--r-- | Library/Homebrew/diagnostic.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Homebrew/diagnostic.rb b/Library/Homebrew/diagnostic.rb index 8cbf124e6..79f5b2f1d 100644 --- a/Library/Homebrew/diagnostic.rb +++ b/Library/Homebrew/diagnostic.rb @@ -934,7 +934,7 @@ module Homebrew              from your PATH variable.              Python scripts will now install into #{HOMEBREW_PREFIX}/bin.              You can delete anything, except 'Extras', from the #{HOMEBREW_PREFIX}/share/python -            (and #{HOMEBREW_PREFIX}/share/python3) dir and install affected Python packages +            (and #{HOMEBREW_PREFIX}/share/python@2) dir and install affected Python packages              anew with `pip install --upgrade`.            EOS          end | 
