安装配置python环境

安装配置python环境,第1张

安装需求原因:在安装依赖时总是报错,you need to install the latest version of python 或者 python is not find
借鉴源文章

1. 第一步 安装node-gyp
npm install -g node-gyp
2.安装python
npm install --global --production windows-build-tools



3.第三步 、配置环境变量(后面的路径是python的路径,第二个可以不用)
npm config set python "D:\Python27\python.exe"
npm config set node_gyp "D:\nodejs\node_modules\npm\node\node_modules\node-gyp\bin\node-gyp.js"

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1320656.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-06-11
下一篇 2022-06-11

发表评论

登录后才能评论

评论列表(0条)

保存