Skip to content

Commit

Permalink
Merge pull request #23 from apdn7/feature/v4.7.1
Browse files Browse the repository at this point in the history
Feature/v4.7.1
  • Loading branch information
apdn7 authored Jul 22, 2024
2 parents c9b0eb7 + beb2a97 commit de7cc81
Show file tree
Hide file tree
Showing 148 changed files with 45,237 additions and 44,761 deletions.
6 changes: 3 additions & 3 deletions AnalysisPlatform.bat
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,9 @@ if not exist %path_R% if %prod% == %product_dn% (
exit /b
)

if exist %path_python% (echo Detect python) else goto PYTHON_EMBEDDED
if exist %path_getpip% (echo Detect getpip) else goto PIP_DOWNLOAD
if exist %path_oracle% (echo Detect oracle) else goto ORACLE_INSTANCE
if exist %path_python% (echo Detect python) else goto :PYTHON_EMBEDDED
if exist %path_getpip% (echo Detect getpip) else goto :PIP_DOWNLOAD
if exist %path_oracle% (echo Detect oracle) else goto :ORACLE_INSTANCE

: install packages
:: Get pip
Expand Down
Loading

0 comments on commit de7cc81

Please sign in to comment.