Changes between Version 16 and Version 17 of Python3Support


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Python3Support

    v16 v17  
    697697cd /usr/src
    698698virtualenv --system-site-packages --no-pip --no-wheel --no-setuptools grasspy3
     699
     700Using base prefix 'C:/msys64/mingw64'
     701New python executable in C:/msys64/usr/src/grasspy3/Scripts/python3.exe
     702Also creating executable in C:/msys64/usr/src/grasspy3/Scripts/python.exe
    699703}}}
    700704
    701705change into the grasspy3 directory and do a svn checkout
    702706
    703 
     707{{{
     708cd grasspy3
     709svn checkout https://svn.osgeo.org/grass/grass/trunk grass_trunk
     710}}}
     711
     712activate the virtual environment
     713
     714{{{
     715$ source Scripts/activate
     716(grasspy3)
     717}}}
    704718== References
    705719http://sebastianraschka.com/Articles/2014_python_2_3_key_diff.html\\