We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c24bbfd commit 729c1a0Copy full SHA for 729c1a0
Users/Install.rst
@@ -106,6 +106,13 @@ folder:
106
107
$ virtualenv venv
108
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
116
Now, whenever you want to work on the project, you only have to activate
117
the corresponding environment.
118
0 commit comments