From d0ea62c39f2d87bc9d0678aab5ce0230414e7857 Mon Sep 17 00:00:00 2001 From: Jason Neal Date: Wed, 1 Jan 2020 23:26:28 +1300 Subject: [PATCH] Add a missing space. --- Getting-Started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Getting-Started.md b/Getting-Started.md index 7b4283f..06d88d8 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -17,7 +17,7 @@ New python executable in /home//virtalenv/microPython/bin/python Also creating executable in /home//virtalenv/microPython/bin/python Installing setuptools, pkg_resources, pip, wheel...done. ``` -The mkvirtualenv command creates an area within your file system for your project files and updates environment variables to point to a local installation of a new python environment. The command **--python=/usr/bin/python3** tells virtualenv to use Python3 files. The **microPython**keyword is the name of the virtual environment. +The mkvirtualenv command creates an area within your file system for your project files and updates environment variables to point to a local installation of a new python environment. The command **--python=/usr/bin/python3** tells virtualenv to use Python3 files. The **microPython** keyword is the name of the virtual environment. ### Setup Project Directory Now you will be in your virtual environment. You know this from the output of your bash shell. It should show in brackets the name of the active virtual environment like this: