David Brownman on Nostr: npub1y9zwp…53ykm FWIW, brew Python isn't really meant to be used that way: ...
npub1y9zwp8x30rmeptkk60t7m60fpmu9ddykf3m77wkcau3nusx5elsq553ykm (npub1y9z…3ykm) FWIW, brew Python isn't really meant to be used that way: https://justinmayer.com/posts/homebrew-python-is-not-for-you/
per the node-gyp thread (https://github.com/nodejs/node-gyp/issues/2869), the solution seems to be to do a global `pip install setuptools` with whatever Python is available globally.
Your approach fixes the immediate problem, but I worry it'll lead readers to more fragile/complex situations down the road.
per the node-gyp thread (https://github.com/nodejs/node-gyp/issues/2869), the solution seems to be to do a global `pip install setuptools` with whatever Python is available globally.
Your approach fixes the immediate problem, but I worry it'll lead readers to more fragile/complex situations down the road.