Skip to content

Commit

Permalink
Merge pull request #130 from siemieniec/master
Browse files Browse the repository at this point in the history
Specify Python interpreter on Ubuntu 14.04
  • Loading branch information
bmispelon committed Sep 30, 2014
2 parents bfd9b49 + 3b6d8a1 commit 779a4ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_installation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ It will look like this:
> To get around this, use the `virtualenv` command instead.
> ~/djangogirls$ sudo apt-get install python-virtualenv
> ~/djangogirls$ virtualenv myvenv
> ~/djangogirls$ virtualenv --python=python3.4 myvenv

## Working with virtualenv
Expand Down

0 comments on commit 779a4ad

Please sign in to comment.