@@ -507,17 +507,17 @@ def prepath(self):
507
507
"DLLs" ,
508
508
"Scripts" ,
509
509
r"..\t" ,
510
- r"..\t\mingw32\bin" ,
510
+ # r"..\t\mingw32\bin",
511
511
]
512
- if (
513
- self .distribution .architecture == 32
514
- and osp .isdir (self .winpydir + self .MINGW32_PATH )
515
- ):
516
- path += [r".." + self .MINGW32_PATH ]
517
- if self .distribution .architecture == 32 :
518
- path += [r".." + self .R_PATH + r"\i386" ]
519
- if self .distribution .architecture == 64 :
520
- path += [r".." + self .R_PATH + r"\x64" ]
512
+ # if (
513
+ # self.distribution.architecture == 32
514
+ # and osp.isdir(self.winpydir + self.MINGW32_PATH)
515
+ # ):
516
+ # path += [r".." + self.MINGW32_PATH]
517
+ # if self.distribution.architecture == 32:
518
+ # path += [r".." + self.R_PATH + r"\i386"]
519
+ # if self.distribution.architecture == 64:
520
+ # path += [r".." + self.R_PATH + r"\x64"]
521
521
path += [r".." + self .JULIA_PATH ]
522
522
523
523
path += [r".." + self .NODEJS_PATH ]
@@ -1020,7 +1020,7 @@ def _create_batch_scripts_initial(self):
1020
1020
rem get a normalize path
1021
1021
set WINPYDIRBASETMP=%~dp0..
1022
1022
pushd %WINPYDIRBASETMP%
1023
- set WINPYDIRBASE=%__CD__ %
1023
+ set WINPYDIRBASE=%CD %
1024
1024
set WINPYDIRBASETMP=
1025
1025
popd
1026
1026
@@ -1375,8 +1375,8 @@ def _create_batch_scripts_initial(self):
1375
1375
)
1376
1376
)
1377
1377
) else (
1378
- rem if it it launched from another directory , we keep it that one echo %__CD__ %
1379
- if not "%__CD__ %\"=="%~dp0" set WINPYWORKDIR1="%__CD__ %"
1378
+ rem if it it launched from another directory , we keep it that one echo %CD %
1379
+ if not "%CD %\"=="%~dp0" set WINPYWORKDIR1="%CD %"
1380
1380
)
1381
1381
1382
1382
rem remove some potential last \
0 commit comments