From 47fb089eb534ded5e4d72d725dc5dd436ed80c00 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 14 May 2015 10:22:18 +0100 Subject: Specify python 2.7 in the virtualenv setup (SYN-319) #resolved --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.4.1