解决使用windows服务器pycharm保存失败问题|can not save setting|cannot save|unable to open the file for writing
使用windows服务器的pycharm时,我曾遇到以下两个问题:
1、右下角弹出提示cannot save setting
原因:pycharm中存在相同名字的环境变量
解决:删除重名的环境变量即可
2、修改py文件后无法保存,弹出提示cannot save xxx.py unable to open the file for writing
解决:退出pycharm,桌面找到图标,右击“以管理员身份运行”,然后重新打开pycharm即可
本文来自博客园,作者:xjl-ultrasound,转载请注明原文链接:https://www.cnblogs.com/xjl-ultrasound/p/18474902