# Create the virtual environment. python -m venv venv # Activate the env. venv\Scripts\activate.bat
python3 -m venv tutorial-env tutorial-env\Scripts\activate.bat
$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"