Python not found as dependency during ' npm jsbin' installation. What is missing?

女生的网名这么多〃 提交于 2019-12-04 22:58:36

I could not find out why NPN wasn't installing python, but then I tried it with a different installer, choco (or Chocolatey), which succeeded.

Steps are:

  1. Install Chocolatey. See Chocolatey website for instructions
  2. Open administrator console, then do the following:

C:\WINDOWS\system32>choco install python

!!ATTENTION!!
The next version of Chocolatey (v0.9.9) will require -y to perform
  behaviors that change state without prompting for confirmation. Start
  using it now in your automated scripts.

  For details on the all new Chocolatey, visit http://bit.ly/new_choco
Chocolatey (v0.9.8.33) is installing 'python' and dependencies. 
By installing you accept the license for 'python' and each dependency you are installing.

python v3.4.3
Using this proxyserver: defrceprx02.ey.net:8443
Downloading python 64 bit
  from 'https://www.python.org/ftp/python/3.4.3/python-3.4.3.amd64.msi'
Using this proxyserver: defrceprx02.ey.net:8443
Installing python...
python has been installed.
python has finished successfully! The chocolatey gods have answered your request!
PATH environment variable does not have C:\tools\python in it. Adding...
Finished installing 'python' and dependencies - if errors not shown in console, none detected. 
Check log for errors if unsure.

C:\WINDOWS\system32>

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!