Skip to content

Commit

Permalink
Merge pull request #26 from nexB/windows-junction
Browse files Browse the repository at this point in the history
Create junction from Scripts to bin
  • Loading branch information
pombredanne authored Jun 17, 2021
2 parents e339a70 + 9dff54a commit b735a3f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configure.bat
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,9 @@ if %ERRORLEVEL% neq 0 (
%PIP_EXTRA_ARGS% ^
%CFG_REQUIREMENTS%

@rem # Create junction to bin to have the same directory between linux and windows
mklink /J %CFG_ROOT_DIR%\%VIRTUALENV_DIR%\bin %CFG_ROOT_DIR%\%VIRTUALENV_DIR%\Scripts

if %ERRORLEVEL% neq 0 (
exit /b %ERRORLEVEL%
)
Expand Down

0 comments on commit b735a3f

Please sign in to comment.