diff options
author | David Baker <dave@matrix.org> | 2015-05-14 10:22:18 +0100 |
---|---|---|
committer | David Baker <dave@matrix.org> | 2015-05-14 10:23:10 +0100 |
commit | 47fb089eb534ded5e4d72d725dc5dd436ed80c00 (patch) | |
tree | 4722f71e181c624d410da71b60484b854df6195b /README.rst | |
parent | Don't talk to yourself when backfilling (diff) | |
download | synapse-47fb089eb534ded5e4d72d725dc5dd436ed80c00.tar.xz |
Specify python 2.7 in the virtualenv setup (SYN-319) #resolved
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 2 |
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 |