You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yi Wang edited this page May 12, 2020
·
2 revisions
I have a workstation running Ubuntu 18.04. I want to build the sqlflow command-line client tool from the source code into macOS-native binary. To do so, I plan to run the build toolchain on a VirtualBox VM managed using Vagrant.
Install VirtualBox
To install VirtualBox, I followed this tutorial and ran the following command.
sudo apt-get install -y virtualbox
This installs not exactly the most recent version of VirtualBox. By running the following command, I can check its version.
virtualbox -h
Install VirtualBox Extension Pack
Knowing the version of VirtualBox installed, I can download the corresponding extension pack, which is necessary to support devices like USB 3.0.