Skip to content

Commit 729c1a0

Browse files
committed
Install.rst: Add note for virtualenv creation
This note helps the users who have both Python 2 and Python 3 installed. Adds information to setup Python 3 only virtualenv. Closes #515
1 parent c24bbfd commit 729c1a0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Users/Install.rst

+7
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,13 @@ folder:
106106

107107
$ virtualenv venv
108108

109+
.. note::
110+
111+
If you have both Python 3 and Python 2 installed, use
112+
``virtualenv venv -p $(which python3)``.
113+
This creates an isolated Python 3 environment named ``venv``
114+
in your current directory, as coala only works for Python 3.4 and above.
115+
109116
Now, whenever you want to work on the project, you only have to activate
110117
the corresponding environment.
111118

0 commit comments

Comments
 (0)