Specify python 2.7 in the virtualenv setup (SYN-319) #resolved

This commit is contained in:
David Baker 2015-05-14 10:22:18 +01:00
parent 80fd2b574c
commit 47fb089eb5

View File

@ -117,7 +117,7 @@ Installing prerequisites on Mac OS X::
To install the synapse homeserver run::
$ virtualenv ~/.synapse
$ virtualenv -p python2.7 ~/.synapse
$ source ~/.synapse/bin/activate
$ pip install --process-dependency-links https://github.com/matrix-org/synapse/tarball/master