如何在Azure VM上安装Python和Python软件包?

时间:2019-12-27 04:08:55

标签: python azure azure-virtual-machine

我正在使用Windows Azure虚拟机,并且我想通过遥控器在其上运行和调试一些Python脚本。如何在其上安装Python,IDE和必需的软件包?我是否要像在家用计算机上那样进行安装?

2 个答案:

答案 0 :(得分:1)

与在本地计算机上安装软件包的方式相同。您可以从here

了解有关在VM上安装软件包的信息。

通常,您会使用pip安装必要的库,

<ng-container matColumnDef="upper">
  <mat-header-cell *matHeaderCellDef>
    upper
  </mat-header-cell>
  <mat-cell *matCellDef="let user ">
    {{user.upper()}}
  </mat-cell>
</ng-container>

答案 1 :(得分:1)

如果要在 Windows Azure VM上安装Python,IDE和必要的软件包,可以先RDP to that Windows VM然后install Python或在本地下载Python软件包然后上传到Azure VM。您将根据操作系统下载 Windows 的Python版本。

通常,Azure VM作为您的本地计算机,您也可以安装Visual Studio,在“工作负载”页面上选择 Python开发,然后单击安装