Skip to content

Commit

Permalink
remove invoking init_env.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mysterywolf committed Jul 22, 2023
1 parent 9aeceb1 commit cfaaf8a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tools/ConEmu/ConEmu/CmdInit.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ set ENV_ROOT=%~dp0..\..\..

:: set PYTHONPATH and PYTHONHOME
if /i "%processor_architecture%"=="x86" (
set PYTHONPATH=%ENV_ROOT%\tools\Python27_32
set PYTHONHOME=%ENV_ROOT%\tools\Python27_32
set PYTHONPATH=%ENV_ROOT%\tools\Python27_32
set PYTHONHOME=%ENV_ROOT%\tools\Python27_32
) else if /i "%processor_architecture%"=="amd64" (
if defined processor_architew6432 (
set PYTHONPATH=%ENV_ROOT%\tools\Python27_32
Expand All @@ -65,8 +65,6 @@ set PATH=%PYTHONPATH%;%PATH%
set PATH=%SCONS%;%PATH%
set PATH=%ENV_ROOT%\tools\qemu\qemu32;%PATH%

::start /b python %~dp0..\..\scripts\init_env.py

:: ====== RT-Thread ENV Change Code Page ================

chcp 65001 > nul
Expand Down

0 comments on commit cfaaf8a

Please sign in to comment.