File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,16 +43,16 @@ installed and used without them. When a source installation is performed on
4343
4444In order to enable the compilation of extensions, set the environment variable
4545``PY_BUILD_EXTENSIONS`` to '1' before executing the ``setup.py``
46- script::
46+ script in the prompt ::
4747
48- C:\-> setenv PY_BUILD_EXTENSIONS 1
49- C:\-> c:\python30 \python setup.py install
48+ C:\-> set PY_BUILD_EXTENSIONS= 1
49+ C:\-> c:\python31 \python setup.py install
5050
51- Or, more likely, compile using mingw32::
51+ Or, compile using mingw32::
5252
53- C:\-> setenv PY_BUILD_EXTENSIONS 1
54- C:\-> c:\python30 \python setup.py build_ext --compiler=mingw32
55- C:\-> c:\python30 \python setup.py install
53+ C:\-> set PY_BUILD_EXTENSIONS= 1
54+ C:\-> c:\python31 \python setup.py build_ext --compiler=mingw32
55+ C:\-> c:\python31 \python setup.py install
5656
5757See http://www.mingw.org/ to get the compiler.
5858
You can’t perform that action at this time.
0 commit comments