无法在安装了 python 的 windows 上执行 运行 cdk 命令
Unable to run cdk commands on my windows having python installed
在 windows10 上使用 pip 安装了 aws-cdk。重新启动后,当我 运行 cdk --version 在 cmd 提示符下,它说 'cdk' 不被识别为内部或外部命令,
可运行的程序或批处理文件。
aws --version
aws-cli/2.0.30 Python/3.7.7 Windows/10 botocore/2.0.0dev34
python --版本
Python3.8.1
我还需要安装 NodeJS 吗?
请帮我在 windows10 笔记本电脑上设置 cdk....
基于 official documentation,您需要安装 Node.js。
我会引用文档
All CDK developers need to install Node.js 10.3.0 or later, even those working in languages other than TypeScript or JavaScript.
还有..
Install the AWS CDK Toolkit globally using the following Node Package Manager command.
npm install -g aws-cdk
在那之后你应该能够 运行 cdk --version
没有任何问题
在 windows10 上使用 pip 安装了 aws-cdk。重新启动后,当我 运行 cdk --version 在 cmd 提示符下,它说 'cdk' 不被识别为内部或外部命令, 可运行的程序或批处理文件。
aws --version aws-cli/2.0.30 Python/3.7.7 Windows/10 botocore/2.0.0dev34
python --版本 Python3.8.1
我还需要安装 NodeJS 吗?
请帮我在 windows10 笔记本电脑上设置 cdk....
基于 official documentation,您需要安装 Node.js。
我会引用文档
All CDK developers need to install Node.js 10.3.0 or later, even those working in languages other than TypeScript or JavaScript.
还有..
Install the AWS CDK Toolkit globally using the following Node Package Manager command.
npm install -g aws-cdk
在那之后你应该能够 运行 cdk --version
没有任何问题