上下文:我想通过 npm 安装 clasp 以进行 Google Apps 脚本开发。我在 Ubuntu 20.04 上。
apt-get -s install npm
显示我的机器试图安装 python 2 - 我没有也不想安装。
是否可以安装 npm(以及因此 clasp)而不必接受 python 2 并在我的机器上陷入 python 版本问题?
上下文:我想通过 npm 安装 clasp 以进行 Google Apps 脚本开发。我在 Ubuntu 20.04 上。
apt-get -s install npm
显示我的机器试图安装 python 2 - 我没有也不想安装。
是否可以安装 npm(以及因此 clasp)而不必接受 python 2 并在我的机器上陷入 python 版本问题?
不,我很确定 npm 需要 python 2。我在我的 ubuntu 20.04 上同时安装了 python 2 和 3,而且我从来没有遇到过使用这两个版本造成的任何问题。
此外,您可能应该使用 apt install 而不是 apt-get (不是一个重大变化,更现代和更快)。这是有关差异的链接:https ://itsfoss.com/apt-vs-apt-get-difference/