mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-06-19 04:53:20 +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
|
:::bash
|
||||||
mkdir ~/env
|
mkdir ~/env
|
||||||
virtualenv --no-site-packages ~/env/tutorial
|
virtualenv ~/env/tutorial
|
||||||
source ~/env/tutorial/bin/activate
|
source ~/env/tutorial/bin/activate
|
||||||
|
|
||||||
Now that we're inside a virtualenv environment, we can install our package requirements.
|
Now that we're inside a virtualenv environment, we can install our package requirements.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user