Add a missing space.

Jason Neal 2020-01-01 23:26:28 +13:00
parent b2a410513f
commit d0ea62c39f
1 changed files with 1 additions and 1 deletions

@ -17,7 +17,7 @@ New python executable in /home/<your directory>/virtalenv/microPython/bin/python
Also creating executable in /home/<your directory>/virtalenv/microPython/bin/python Also creating executable in /home/<your directory>/virtalenv/microPython/bin/python
Installing setuptools, pkg_resources, pip, wheel...done. 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 ### 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: 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: