aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/pypy.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/pypy.rb b/Library/Formula/pypy.rb
index 74ecc4843..736990ddd 100644
--- a/Library/Formula/pypy.rb
+++ b/Library/Formula/pypy.rb
@@ -52,6 +52,10 @@ class Pypy < Formula
unless (scripts_folder+'easy_install_pypy').exist?
ln_s "#{scripts_folder}/easy_install", "#{scripts_folder}/easy_install_pypy"
end
+ # Symlink to pip_pypy.
+ unless (scripts_folder+'pip_pypy').exist?
+ ln_s "#{scripts_folder}/pip", "#{scripts_folder}/pip_pypy"
+ end
end
end