pypy: Symlink to pip_pypy

Closes Homebrew/homebrew#19029.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Jaime Marquínez Ferrándiz 2013-04-07 21:29:22 +02:00 committed by Adam Vandenberg
parent 86cd7802d0
commit f28dd41938
1 changed files with 4 additions and 0 deletions

View File

@ -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