pycharm远程连接服务器问题Uploading PyCharm helpers && Python Interpreter... Python helpers are not copied yet
pycharm远程连接服务器问题Uploading PyCharm helpers && Python Interpreter... Python helpers are not copied yet
·
解决方案:
服务器端操作:
cd /root/.pycharm_helpers
# 删除原来的文件
rm -rf check_all_test_suite.py
# 重新解压
tar -xvzf helpers.tar.gz
然后本地重启pycharm或者切换一下Python,再切换回去。
更多推荐
所有评论(0)