Skip to content

Commit 779a4ad

Browse files
committed
Merge pull request DjangoGirls#130 from siemieniec/master
Specify Python interpreter on Ubuntu 14.04
2 parents bfd9b49 + 3b6d8a1 commit 779a4ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

django_installation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ It will look like this:
4949
> To get around this, use the `virtualenv` command instead.
5050
5151
> ~/djangogirls$ sudo apt-get install python-virtualenv
52-
> ~/djangogirls$ virtualenv myvenv
52+
> ~/djangogirls$ virtualenv --python=python3.4 myvenv
5353
5454

5555
## Working with virtualenv

0 commit comments

Comments
 (0)