mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-02-16 19:41:06 +03:00
remove no-site-packages since that's now the default
This commit is contained in:
parent
8c360770c1
commit
04ae32c934
|
@ -10,7 +10,7 @@ Before we do anything else we'll create a new virtual environment, using [virtua
|
|||
|
||||
:::bash
|
||||
mkdir ~/env
|
||||
virtualenv --no-site-packages ~/env/tutorial
|
||||
virtualenv ~/env/tutorial
|
||||
source ~/env/tutorial/bin/activate
|
||||
|
||||
Now that we're inside a virtualenv environment, we can install our package requirements.
|
||||
|
|
Loading…
Reference in New Issue
Block a user