Add VirtualBox PATH export to WSL docs

Add explicit steps to add VirtualBox binaries to the PATH
This commit is contained in:
Dan Alvizu 2018-02-21 22:21:58 -07:00 committed by GitHub
parent 1cc4a48371
commit 9dbf811560
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -65,6 +65,12 @@ the Windows system, not within the WSL. It is important to ensure that
any required Windows executable is available within your `PATH` to allow
Vagrant to access them.
For example, when using the VirtualBox provider:
```
export PATH="$PATH:/mnt/c/Program Files/Oracle/VirtualBox"
```
## Windows Access
Working within the WSL provides a layer of isolation from the actual