-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Problems with PHPStorm and prlctl since update from Parallels to version 10.2.1 (29006) #184
Comments
In Parallels Desktop 10.2.1 @lehnen Is it reproduced only in PHPStorm and works fine in the simple terminal? |
Hey @legal90 - thanx for quick response ;) |
@lehnen So, it means that PHPStorm uses some other $PATH. Try to restart it or refer to PHPStorm issue tracker. |
Seems like we should add a workaround for this issue, because a lot of customers can be faced with it by any other reason. |
Fixed in @lehnen Please, update the plugin:
|
@legal90 Yipeeee! It's running ;) |
Since my update to Parallels version 10.2.1 (29006), PHPStorm can not run my test suites anmyore. It stattes:
Error running All Tests
java.io.IOException: The provider 'parallels' that was requested to back the machine
'default' is reporting that it isn't usable on this system. The
reason is shown below:
Vagrant could not detect Parallels Desktop! Make sure it is properly installed.
Vagrant uses the
prlctl
binary that ships with Parallels Desktop, and requiresthis to be available on the PATH. If Parallels Desktop is installed, please find
the
prlctl
binary and add it to the PATH environmental variable.May this be a problem with vagrant-parallels ?
The text was updated successfully, but these errors were encountered: