python - Error setting up Vagrant with VirtualBox in PyCharm under OS X 10.10 -
when setting remote interpreter , selecting vagrant, following error in pycharm:
can't vagrant settings: [0;31mthe provider 'virtualbox' requested machine 'default' reporting isn't usable on system. reason shown bellow: vagrant not detect virtualbox! make sure virtualbox installed. vagrant uses `vboxmanage` binary ships virtualbox, , requires available on path. if virtualbox installed, please find `vboxmanage` binary , add path environment variable.[0m
now, terminal, works. can 'up' , ssh vm without issues. ports forwarded local files. issue in pycharm. have installed java 1.8
path is: /usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
which vboxmanage: /usr/local/bin/vboxmanage , works in terminal.
note fresh install of os x done morning. vagrant version 1.7.3, virtualbox 4.3.30 , pycharm 4.5.3
another workaround:
sudo ln -s /usr/local/bin/vboxmanage /usr/bin/vboxmanage
edit:
since worked time ago, 1 of following has cause of problem:
- either update of virtualbox changed location of it's executable
- or update of pycharm changed path settings / executable location expectation ide
whatever cause is, solution make sure vboxmanage in location expected pycharm. haven't make solution myself, googled it, because nice , clean decided add here.
Comments
Post a Comment