Last change
on this file since 4226 was
4226,
checked in by toby, 3 years ago
|
call activate during Windows install
|
-
Property svn:executable set to
*
|
File size:
300 bytes
|
Line | |
---|
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 |
---|
7 | call "%PREFIX%\Scripts\Activate" |
---|
8 | "%PREFIX%\python" %PREFIX%\GSASII\bootstrap.py --noproxy --noinstall |
---|
9 | if errorlevel 1 exit 1 |
---|
Note: See
TracBrowser
for help on using the repository browser.