0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-02 10:48:56 +02:00

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