mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 09:50:15 +01:00
Add a missing space.
@@ -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
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user