summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Baker <dave@matrix.org>2015-05-14 10:22:18 +0100
committerDavid Baker <dave@matrix.org>2015-05-14 10:23:10 +0100
commit47fb089eb534ded5e4d72d725dc5dd436ed80c00 (patch)
tree4722f71e181c624d410da71b60484b854df6195b
parentDon't talk to yourself when backfilling (diff)
downloadsynapse-47fb089eb534ded5e4d72d725dc5dd436ed80c00.tar.xz
Specify python 2.7 in the virtualenv setup (SYN-319) #resolved
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst

index 5a6e105630..259fbaf459 100644 --- a/README.rst +++ b/README.rst
@@ -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