Merge pull request #9501 from dalvizu/patch-1

Add VirtualBox PATH export to WSL docs
This commit is contained in:
Chris Roberts 2018-02-23 09:31:22 -08:00 committed by GitHub
commit 89bdab8640
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 any required Windows executable is available within your `PATH` to allow
Vagrant to access them. Vagrant to access them.
For example, when using the VirtualBox provider:
```
export PATH="$PATH:/mnt/c/Program Files/Oracle/VirtualBox"
```
## Windows Access ## Windows Access
Working within the WSL provides a layer of isolation from the actual Working within the WSL provides a layer of isolation from the actual