File tree Expand file tree Collapse file tree 1 file changed +4
-14
lines changed
Expand file tree Collapse file tree 1 file changed +4
-14
lines changed Original file line number Diff line number Diff line change @@ -47,16 +47,9 @@ set CFG_ROOT_DIR=%~dp0
4747set " CFG_BIN_DIR = %CFG_ROOT_DIR% \%VIRTUALENV_DIR% \Scripts"
4848
4949@ rem ################################
50- @ rem # Thirdparty package locations and index handling
51- <<<<<<< HEAD
50+ @ rem # Thirdparty package locations and index handling
5251set " PIP_EXTRA_ARGS = --find-links " %CFG_ROOT_DIR% \thirdparty" --find-links https://thirdparty.aboutcode.org/pypi" & %INDEX_ARG%
53- ====== =
54- if exist " " %CFG_ROOT_DIR% \thirdparty" " (
55- set " PIP_EXTRA_ARGS = --find-links %CFG_ROOT_DIR% \thirdparty "
56- )
57-
58- set " PIP_EXTRA_ARGS = %PIP_EXTRA_ARGS% --find-links https://thirdparty.aboutcode.org/pypi" & %INDEX_ARG%
59- >>>>>>> refs/remotes/skeleton/main
52+
6053@ rem ################################
6154
6255@ rem ################################
@@ -165,11 +158,8 @@ if %ERRORLEVEL% neq 0 (
165158if exist " %CFG_ROOT_DIR% \%VIRTUALENV_DIR% \bin" (
166159 rmdir /s /q " %CFG_ROOT_DIR% \%VIRTUALENV_DIR% \bin"
167160)
168- <<<<<<< HEAD
169- mklink /J " %CFG_ROOT_DIR% \%VIRTUALENV_DIR% \bin" " %CFG_ROOT_DIR% \%VIRTUALENV_DIR% \Scripts"
170- ====== =
171- mklink /J %CFG_ROOT_DIR% \%VIRTUALENV_DIR% \bin %CFG_ROOT_DIR% \%VIRTUALENV_DIR% \Scripts
172- >>>>>>> refs/remotes/skeleton/main
161+
162+ mklink /J " %CFG_ROOT_DIR% \%VIRTUALENV_DIR% \bin" " %CFG_ROOT_DIR% \%VIRTUALENV_DIR% \Scripts"
173163
174164if %ERRORLEVEL% neq 0 (
175165 exit /b %ERRORLEVEL%
You can’t perform that action at this time.
0 commit comments