Running vagrant with vmware provider from PyCharm
已回答
I'm using Vagrant on Windows with VMWare provider which requires administrative privileges when being run. This means that in order to run it within PyCharm I need to run IDE with escalated privileges. Is there any option to just run Vagrant with high privileges? Obviously the simple solution is to switch to VirtualBox provider but I do prefer VMWare a lot more.
请先登录再写评论。
There is no such ability now. Please file a feature request in our tracker https://youtrack.jetbrains.com/issues?q=project:%20PY%20Subsystem:%20Vagrant
I've search YT for similar issues and this problem has been already reported: https://youtrack.jetbrains.com/issue/PY-11174
and it seems that there is very little that can be done except running PyCharm with elevated privileges.