如何在 Windows 10 中的“Ubuntu Bash”上安装“Python 编辑器”?

如何在 Windows 10 中的“Ubuntu Bash”上安装“Python 编辑器”?

我正在尝试安装一个“python 编辑器”,可以用于我在 Windows 10 中通过 Bash Ubuntu 完成的 Python 2.7 安装。

我明白诀窍是在“Windows 10”桌面和 Bash Ubuntu 环境之间建立连接。

有关“Windows 上的 Ubuntu 上的 Bash”的更多信息

答案1

如果您将 Python 文件存储在 Windows 中,例如 c:\dev\dev\pythonapp...,那么您可以使用您喜欢的任何代码编辑器(例如 VS Code、Visual Studio、JetBrains PyCharm、Sublime 等)编辑它们,然后您可以从 Windows 和 Bash(通过 /mnt/c/dev/pythonapp)运行您的 Python 脚本。

嗨嗨。

相关内容