We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc1dfc6 commit de1b51fCopy full SHA for de1b51f
tools/bin/env-init.bat
@@ -97,7 +97,7 @@ chcp 437 > nul
97
98
99
:: ============= Activate or Create Python VENV =============
100
-set RTT_ENV_URL=https://github.com/rt-thread/env
+set RTT_ENV_URL=%~dp0..\scripts
101
set VENV=%ENV_ROOT%\.venv
102
set PYTHON=%ENV_ROOT%\tools\python-3.11.9-amd64\python.exe
103
echo.
@@ -109,7 +109,7 @@ if not exist %VENV% (
109
echo Activate Python VENV in %VENV%
110
call %VENV%\Scripts\activate.bat
111
echo Install RT-Thread ENV from %RTT_ENV_URL%
112
- pip install git+%RTT_ENV_URL%
+ pip install %RTT_ENV_URL%
113
) else (
114
115
0 commit comments