Changes between Version 15 and Version 16 of Python3Support


Ignore:
Timestamp:
Sep 3, 2018, 12:09:55 PM (6 years ago)
Author:
hellik
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Python3Support

    v15 v16  
    690690}}}
    691691
    692 To test winGRASS compilation with python3 support, install the dependencies according the [https://trac.osgeo.org/grass/wiki/CompileOnWindows#InstalltheMSYS2directorystructure windows native compilation guidelines]
     692To test **winGRASS compilation** with **python3 support**, install the dependencies according the [https://trac.osgeo.org/grass/wiki/CompileOnWindows#InstalltheMSYS2directorystructure windows native compilation guidelines].
     693
     694in MSYS2/mingw environment
     695
     696{{{
     697cd /usr/src
     698virtualenv --system-site-packages --no-pip --no-wheel --no-setuptools grasspy3
     699}}}
     700
     701change into the grasspy3 directory and do a svn checkout
     702
     703
    693704== References
    694705http://sebastianraschka.com/Articles/2014_python_2_3_key_diff.html\\