-
Install the Homebrew package manager from: http://brew.sh/
-
In the terminal run the following command to update your package manager.
brew update -
Install the "tree" command
brew install tree -
Install git
brew install git -
Install python, and python's package manager (called pip). For mac, pip is included in the python package in homebrew.
brew install python
-
In the terminal run the following command to update your package manager.
sudo apt-get update -
Install the "tree" command
sudo apt-get install tree -
Install git
sudo apt-get install git -
Install python, and python's package manager (called pip)
sudo apt-get install python sudo apt-get install python-pip
Please see instructions to boot Ubuntu on Windows (windows.md). Once you've loaded and run Ubuntu, please follow the Ubuntu instructions above.