Skip to content
Snippets Groups Projects
Commit 47fb089e authored by David Baker's avatar David Baker
Browse files

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

parent 80fd2b57
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment