forked from orbit-oss/flask
Use 'venv' consistently for virtualenv directory.
Pointed out by tri on #pocoo.
This commit is contained in:
parent
fd62cd82cb
commit
0d2ffc094b
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ information about how to do that. Once you have it installed, run the same
|
|||
commands as above, but without the `sudo` prefix.
|
||||
|
||||
Once you have virtualenv installed, just fire up a shell and create
|
||||
your own environment. I usually create a project folder and an `env`
|
||||
your own environment. I usually create a project folder and a `venv`
|
||||
folder within::
|
||||
|
||||
$ mkdir myproject
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue