Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Desastres
Desastres
Wiki
setting enviroment
setting enviroment
· Changes
Page history
Update setting enviroment
authored
Nov 16, 2018
by
Gabriel Henrique Paul
Show whitespace changes
Inline
Side-by-side
setting-enviroment.md
View page @
32d7a8f0
...
...
@@ -30,7 +30,7 @@ Then we create a folder named "venv".
>`mkdir venv`
Now we setup a virtual environment with this command.
>`python3 -m venv
/
venv`
>`python3 -m venv venv`
And activate it.
>`source venv/bin/activate`
...
...