Skip to content

Commit

Permalink
Create junction from Scripts to bin
Browse files Browse the repository at this point in the history
 * This is handy for windows to have the same path as linux

Signed-off-by: Chin Yeung Li <[email protected]>
  • Loading branch information
chinyeungli committed Jun 17, 2021
1 parent e339a70 commit 9dff54a
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 9dff54a

Please sign in to comment.