Skip to content

Commit

Permalink
Use system python
Browse files Browse the repository at this point in the history
  • Loading branch information
farioas committed Aug 3, 2023
1 parent 994e004 commit 54d4413
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Formula/label-studio.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@ class LabelStudio < Formula
end

depends_on "postgresql@14"
depends_on "[email protected]"

def install
venv = virtualenv_create(libexec, "python3", system_site_packages: true)
system libexec/"bin/pip", "install", "--verbose", "--upgrade", "pip==22.3.1"
system libexec/"bin/pip", "install", "--verbose", "--ignore-installed", buildpath
system libexec/"bin/pip", "uninstall", "-y", "label-studio"
venv.pip_install_and_link buildpath
Expand Down

0 comments on commit 54d4413

Please sign in to comment.