From 9dbf811560752861bacd475d5b4c3f69666e3352 Mon Sep 17 00:00:00 2001 From: Dan Alvizu Date: Wed, 21 Feb 2018 22:21:58 -0700 Subject: [PATCH] Add VirtualBox PATH export to WSL docs Add explicit steps to add VirtualBox binaries to the PATH --- website/source/docs/other/wsl.html.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/source/docs/other/wsl.html.md b/website/source/docs/other/wsl.html.md index 61cf2e22f..92b7a921c 100644 --- a/website/source/docs/other/wsl.html.md +++ b/website/source/docs/other/wsl.html.md @@ -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