Changeset 1709 for trunk/config_example.py
- Timestamp:
- Mar 14, 2015 5:35:03 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/config_example.py
r1696 r1709 40 40 '''Change this to place tutorials by in a different spot. If None, this defaults to 41 41 the location where GSAS-II is loaded GSASIIpath.path2GSAS2. For installations where 42 G2 is installed by an administrator, it is a good idea to use something like this: 42 G2 is installed by an administrator, it is a good idea to use something like this:: 43 43 44 import os.path 44 45 Tutorial_location = os.path.join(os.path.expanduser('~'),'G2tutorials') 46 45 47 This will allow users to download tutorial files into their own file space. 46 48 '''
Note: See TracChangeset
for help on using the changeset viewer.