Skip to content

Commit

Permalink
Experiment: try enabling pip again for crab formula
Browse files Browse the repository at this point in the history
  • Loading branch information
jordaneb authored Jan 18, 2024
1 parent bf03ceb commit 8fbb940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/crab.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Crab < Formula
depends_on "python@3"

def install
venv = virtualenv_create(libexec, "python3")
venv = virtualenv_create(libexec, "python3", without_pip: false)
system libexec/"bin/pip", "install", buildpath
system libexec/"bin/pip", "uninstall", "-y", "crabtools"
venv.pip_install_and_link buildpath
Expand Down

0 comments on commit 8fbb940

Please sign in to comment.