- Timestamp:
- Feb 20, 2014 11:19:35 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
install/bootstrap.py
r1085 r1226 1 1 #!/usr/bin/env python 2 2 import os, stat, sys, platform, subprocess 3 home = 'https://subversion.x or.aps.anl.gov/pyGSAS/'3 home = 'https://subversion.xray.aps.anl.gov/pyGSAS/' 4 4 print 70*'*' 5 5 print 'Checking python packages...', … … 36 36 else: 37 37 raise Exception('Subversion (svn) not found') 38 print ' found in',svn38 print ' found svn in',svn 39 39 print 'OK' 40 40
Note: See TracChangeset
for help on using the changeset viewer.