comparison docs/installation_win_old.rst @ 8193:89e9aef9b983

py3: use "python3 -m venv" instead of virtualenv package
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 03 Feb 2020 16:30:08 +0100
parents a7d7157eca8e
children 01aca0a4f876
comparison
equal deleted inserted replaced
8192:b7caa806cf6e 8193:89e9aef9b983
137 C:\Kallithea\Repos 137 C:\Kallithea\Repos
138 138
139 Step 6 -- Install virtualenv 139 Step 6 -- Install virtualenv
140 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 140 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
141 141
142 Install Virtual Env for Python
143
144 Navigate to: http://www.virtualenv.org/en/latest/index.html#installation
145 Right click on "virtualenv.py" file and choose "Save link as...".
146 Download to C:\\Kallithea (or whatever you want)
147 (the file is located at
148 https://raw.github.com/pypa/virtualenv/master/virtualenv.py)
149
150 Create a virtual Python environment in C:\\Kallithea\\Env (or similar). To 142 Create a virtual Python environment in C:\\Kallithea\\Env (or similar). To
151 do so, open a CMD (Python Path should be included in Step3), navigate 143 do so, open a CMD (Python Path should be included in Step3), and write::
152 where you downloaded "virtualenv.py", and write:: 144
153 145 python3 -m venv C:\Kallithea\Env
154 python2 virtualenv.py C:\Kallithea\Env
155
156 (--no-site-packages is now the default behaviour of virtualenv, no need
157 to include it)
158 146
159 Step 7 -- Install Kallithea 147 Step 7 -- Install Kallithea
160 ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 148 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
161 149
162 Finally, install Kallithea 150 Finally, install Kallithea