aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/python.rb')
-rw-r--r--Library/Formula/python.rb10
1 files changed, 6 insertions, 4 deletions
diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb
index 3f453e134..ba0fe64b6 100644
--- a/Library/Formula/python.rb
+++ b/Library/Formula/python.rb
@@ -112,10 +112,12 @@ class Python < Formula
Framework Python was installed to:
#{prefix}/Frameworks/Python.framework
- You may want to symlink this Framework to a standard OS X location,
- such as:
- mkdir ~/Frameworks
- ln -s "#{prefix}/Frameworks/Python.framework" ~/Frameworks
+ You may want to symlink this Framework to a standard OS X location:
+ mkdir -p ~/Library/Frameworks/Python.framework/Versions
+ ln -s "#{prefix}/Frameworks/Python.framework/Versions/2.7" ~/Library/Frameworks/Python.framework/Versions/2.7
+ ln -s ~/Library/Frameworks/Python.framework/Versions/2.7 ~/Library/Frameworks/Python.framework/Versions/Current
+ ln -s ~/Library/Frameworks/Python.framework/Versions/2.7/Python ~/Library/Frameworks/Python.framework/Python
+ ln -s ~/Library/Frameworks/Python.framework/Versions/2.7/Resources ~/Library/Frameworks/Python.framework/Resources
EOS
general_caveats = <<-EOS.undent