Skip to content

Commit

Permalink
Trying to solve pip issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Jan 31, 2025
1 parent c3f0445 commit b24eb56
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions metacall.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ def install
py3include = py3prefix/"include/python#{py3ver}"
py3rootdir = py3prefix
py3lib = py3prefix/"lib/libpython#{py3ver}.dylib"
py3pip = py3prefix/"lib/python#{py3ver}/site-packages"

# Add pip site packages folder to target so the build system can find it
ENV.prepend_path "PIP_TARGET", py3pip

# Set NodeJS
resource("node").stage do
Expand Down

0 comments on commit b24eb56

Please sign in to comment.