Skip to content

Commit b735a3f

Browse files
authored
Merge pull request #26 from nexB/windows-junction
Create junction from Scripts to bin
2 parents e339a70 + 9dff54a commit b735a3f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

configure.bat

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,9 @@ if %ERRORLEVEL% neq 0 (
142142
%PIP_EXTRA_ARGS% ^
143143
%CFG_REQUIREMENTS%
144144

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+
145148
if %ERRORLEVEL% neq 0 (
146149
exit /b %ERRORLEVEL%
147150
)

0 commit comments

Comments
 (0)