Changeset 3679 for trunk/makeBat.py


Ignore:
Timestamp:
Oct 17, 2018 12:56:39 PM (5 years ago)
Author:
toby
Message:

add activate to windows bat file updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/makeBat.py

    r3678 r3679  
    6262    fp.write("@REM created by run of bootstrap.py on {:%d %b %Y %H:%M}\n".format(
    6363        datetime.datetime.now()))
    64     activate = "call "+os.path.join(os.path.split(gsas2path)[0],'Scripts','activate')
     64    activate = "call "+os.path.join(os.path.split(gsaspath)[0],'Scripts','activate')
    6565    print(activate)
    6666    if os.path.exists(activate):
Note: See TracChangeset for help on using the changeset viewer.