We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e339a70 + 9dff54a commit b735a3fCopy full SHA for b735a3f
1 file changed
configure.bat
@@ -142,6 +142,9 @@ if %ERRORLEVEL% neq 0 (
142
%PIP_EXTRA_ARGS% ^
143
%CFG_REQUIREMENTS%
144
145
+@rem # Create junction to bin to have the same directory between linux and windows
146
+mklink /J %CFG_ROOT_DIR%\%VIRTUALENV_DIR%\bin %CFG_ROOT_DIR%\%VIRTUALENV_DIR%\Scripts
147
+
148
if %ERRORLEVEL% neq 0 (
149
exit /b %ERRORLEVEL%
150
)
0 commit comments