source:
install/g2complete/bld.bat
@
4227
Last change on this file since 4227 was 4227, checked in by toby, 2 years ago | |
---|---|
|
|
File size: 255 bytes |
Rev | Line | |
---|---|---|
[3910] | 1 | if not exist "%PREFIX%\GSASII" ( |
2 | mkdir "%PREFIX%\GSASII" | |
3 | if errorlevel 1 exit 1 | |
4 | ) | |
5 | copy %RECIPE_DIR%\src\bootstrap.py %PREFIX%\GSASII\ | |
6 | if errorlevel 1 exit 1 | |
[4227] | 7 | python %PREFIX%\GSASII\bootstrap.py --noproxy --noinstall |
[3910] | 8 | if errorlevel 1 exit 1 |
Note: See TracBrowser
for help on using the repository browser.