如何在 Ubuntu 20.04 LTS 上安装 Wing Python IDE

Wing Python IDE 是为 Python 重新设计的,旨在为您带来更高效的开发体验。功能齐全的 Python IDE,带有智能编辑器、强大的调试器、远程开发错误检查、重构等。机翼是从头开始设计的,用于交互式 Python 开发。python-logo

在 Ubuntu 20.04 LTS Focal Fossa 上安装 Wing Python IDE

步骤 1. 首先,通过apt在终端中运行以下命令来确保所有系统包都是最新的。

sudo apt update
sudo apt upgrade
sudo apt install apt-transport-https wget gnupg ca-certificates

步骤 2. 在 Ubuntu 20.04 上安装 Wing Python IDE

  • 从官方网站安装 Wing Python IDE。
wget -c https://wingware.com/pub/wing-personal/7.2.9.0/wing-personal7_7.2.9-0_amd64.deb

接下来,使用以下命令安装它:

sudo apt install ./wing-personal7_7.2.9-0_amd64.deb
  • 通过 Snap 安装 Wing Python IDE。

要通过 Snap 安装 Wing Python IDE,请运行以下命令:

sudo apt install snapd
sudo snap install wing-personal7 --classic

步骤 3. 在 Ubuntu 上访问 Wing Python IDE。

成功安装后,您可以从主菜单启动它。

您已成功安装 Wing Python IDE。感谢您使用本教程在 Ubuntu 20.04 LTS Focal Fossa 系统上安装 Wing Python IDE。如需其他帮助或有用信息,我们建议您查看官方 Python 网站

未经允许不得转载:统信UOS之家 » 如何在 Ubuntu 20.04 LTS 上安装 Wing Python IDE

相关文章