Changes between Version 20 and Version 21 of Python3Support
- Timestamp:
- 09/03/18 12:22:24 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Python3Support
v20 v21 642 642 == How to test == 643 643 644 === Linux === 644 645 We can rather easily create an isolated environment with Python3 using virtualenv which lets you test GRASS GIS with Python3 support while not cluttering your standard system. 645 646 … … 689 690 deactivate 690 691 }}} 692 693 === Windows === 691 694 692 695 To test a **winGRASS compilation** with **python3 support**, install the dependencies according the [https://trac.osgeo.org/grass/wiki/CompileOnWindows#InstalltheMSYS2directorystructure windows native compilation guidelines].