Changes between Version 16 and Version 17 of Python3Support
- Timestamp:
- 09/03/18 12:12:41 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Python3Support
v16 v17 697 697 cd /usr/src 698 698 virtualenv --system-site-packages --no-pip --no-wheel --no-setuptools grasspy3 699 700 Using base prefix 'C:/msys64/mingw64' 701 New python executable in C:/msys64/usr/src/grasspy3/Scripts/python3.exe 702 Also creating executable in C:/msys64/usr/src/grasspy3/Scripts/python.exe 699 703 }}} 700 704 701 705 change into the grasspy3 directory and do a svn checkout 702 706 703 707 {{{ 708 cd grasspy3 709 svn checkout https://svn.osgeo.org/grass/grass/trunk grass_trunk 710 }}} 711 712 activate the virtual environment 713 714 {{{ 715 $ source Scripts/activate 716 (grasspy3) 717 }}} 704 718 == References 705 719 http://sebastianraschka.com/Articles/2014_python_2_3_key_diff.html\\