【发布时间】:2020-09-15 09:11:51
【问题描述】:
我的python azure app 运行良好。我已经在其中安装了cmake
python -m pip install cmake
这安装得很好,但我也收到了以下警告:
WARNING: The scripts cmake.exe, cpack.exe and ctest.exe are installed in 'D:\home\python364x64\Scripts'
which is not on PATH. Consider adding this directory to PATH
由于上述警告,如果我正在安装任何其他需要安装 cmake 的软件包,我会收到 cmake 未找到的错误。
我输入了PATH,它显示了所有值的列表。如何在PATH 中添加目录D:\home\python364x64\Scripts。请帮忙。谢谢
【问题讨论】:
标签: python azure environment-variables azure-api-apps