@@ -507,17 +507,17 @@ def prepath(self):
507507 "DLLs" ,
508508 "Scripts" ,
509509 r"..\t" ,
510- r"..\t\mingw32\bin" ,
510+ # r"..\t\mingw32\bin",
511511 ]
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"]
521521 path += [r".." + self .JULIA_PATH ]
522522
523523 path += [r".." + self .NODEJS_PATH ]
@@ -1020,7 +1020,7 @@ def _create_batch_scripts_initial(self):
10201020rem get a normalize path
10211021set WINPYDIRBASETMP=%~dp0..
10221022pushd %WINPYDIRBASETMP%
1023- set WINPYDIRBASE=%__CD__ %
1023+ set WINPYDIRBASE=%CD %
10241024set WINPYDIRBASETMP=
10251025popd
10261026
@@ -1375,8 +1375,8 @@ def _create_batch_scripts_initial(self):
13751375 )
13761376 )
13771377) 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 %"
13801380)
13811381
13821382rem remove some potential last \
0 commit comments