comparison: install.py
install.py
- changeset 4455
- ca13a6f6c452
- parent 4435
- 9f6555d3c3c0
- child 4456
- 9a2304647d95
equal
deleted
inserted
replaced
36 progName = None |
36 progName = None |
37 currDir = os.getcwd() |
37 currDir = os.getcwd() |
38 modDir = None |
38 modDir = None |
39 pyModDir = None |
39 pyModDir = None |
40 platBinDir = None |
40 platBinDir = None |
|
41 # TODO: change the installation location on Win to the Scripts directory |
|
42 # following entry is needed to uninstall the scripts from the former location |
|
43 platBinDirOld = None |
41 distDir = None |
44 distDir = None |
42 apisDir = None |
45 apisDir = None |
43 installApis = True |
46 installApis = True |
44 doCleanup = True |
47 doCleanup = True |
45 doCompile = True |
48 doCompile = True |