Commit 04ae32c9 by Tom Christie

remove no-site-packages since that's now the default

parent 8c360770
...@@ -10,7 +10,7 @@ Before we do anything else we'll create a new virtual environment, using [virtua ...@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment