Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm & python #62

Open
imfenghuang opened this issue Sep 1, 2024 · 0 comments
Open

npm & python #62

imfenghuang opened this issue Sep 1, 2024 · 0 comments

Comments

@imfenghuang
Copy link
Owner

Q1

npm config set python no longer supported by npm, so?

npm_config_xxx=yyy
# npm_config_xxx=yyy npm install package

Q2

if you are use Mac and install python from brew, maybe you need do this:

ls -l /usr/local/bin/python*
ln -s -f /usr/local/bin/python3 /usr/local/bin/python

set python3 as a default

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant