Windows系統下爲Python配置Azure SDK

Windows系統下爲Python配置Azure SDK

安裝官方文檔,在配置好python環境後,在命令行裏用pip工具直接下載,如果是3.4+版本的python,先查看python安裝文件下,Scripts文件夾中是否有pip相關exe文件,如果有,則說明安裝python時已經自帶,接下來只需要爲該文件夾配置環境變量,在path路徑下附加上scripts文件夾的路徑,在cmd中輸入pip list,有輸出,則pip可用,然後用管理員身份運行cmd,分倆次輸入下列指令:
$ pip install azure-batch # Install the latest Batch runtime library
$ pip install azure-mgmt-scheduler # Install the latest Storage management library
等待安裝完成。

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章