[WIP] pypi: fix python executable
Signed-off-by: William Woodruff <william@yossarian.net>
This commit is contained in:
parent
ab7af6355d
commit
953c24a7c4
@ -216,7 +216,7 @@ module PyPI
|
|||||||
|
|
||||||
ohai "Retrieving PyPI dependencies for \"#{input_packages.join(" ")}\"..." if !print_only && !silent
|
ohai "Retrieving PyPI dependencies for \"#{input_packages.join(" ")}\"..." if !print_only && !silent
|
||||||
command =
|
command =
|
||||||
[Formula["python"].bin/"python", "-m", "pip", "install", "-q", "--dry-run", "--ignore-installed", "--report", "/dev/stdout", *input_packages.map(&:to_s)]
|
[Formula["python"].bin/"python3", "-m", "pip", "install", "-q", "--dry-run", "--ignore-installed", "--report", "/dev/stdout", *input_packages.map(&:to_s)]
|
||||||
pipgrip_output = Utils.popen_read(*command)
|
pipgrip_output = Utils.popen_read(*command)
|
||||||
unless $CHILD_STATUS.success?
|
unless $CHILD_STATUS.success?
|
||||||
odie <<~EOS
|
odie <<~EOS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user