Update installation.rst
Add descriptions about how leave from the virtual environment.
This commit is contained in:
parent
3fc10bd240
commit
a8fd417b31
1 changed files with 6 additions and 0 deletions
|
|
@ -81,6 +81,12 @@ If you are a Windows user, the following command is for you::
|
||||||
Either way, you should now be using your virtualenv (notice how the prompt of
|
Either way, you should now be using your virtualenv (notice how the prompt of
|
||||||
your shell has changed to show the active environment).
|
your shell has changed to show the active environment).
|
||||||
|
|
||||||
|
And if you want to go back to the real world, use the following command::
|
||||||
|
|
||||||
|
$ deactivate
|
||||||
|
|
||||||
|
After doing this, the prompt of your shell should be as familar as before.
|
||||||
|
|
||||||
Now you can just enter the following command to get Flask activated in your
|
Now you can just enter the following command to get Flask activated in your
|
||||||
virtualenv::
|
virtualenv::
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue