Skip to content

Commit

Permalink
setupvars.bat: Fixed names for major and minor python version vars (o…
Browse files Browse the repository at this point in the history
  • Loading branch information
artanokhov authored Nov 5, 2020
1 parent 3139eb2 commit 24ed413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setupvars/setupvars.bat
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ if not "%bitness%"=="64" (
exit /B 1
)

set PYTHONPATH=%INTEL_OPENVINO_DIR%\python\python%Major%.%Minor%;%INTEL_OPENVINO_DIR%\python\python3;%PYTHONPATH%
set PYTHONPATH=%INTEL_OPENVINO_DIR%\python\python%pyversion_major%.%pyversion_minor%;%INTEL_OPENVINO_DIR%\python\python3;%PYTHONPATH%

if exist %INTEL_OPENVINO_DIR%\deployment_tools\open_model_zoo\tools\accuracy_checker (
set PYTHONPATH=%INTEL_OPENVINO_DIR%\deployment_tools\open_model_zoo\tools\accuracy_checker;%PYTHONPATH%
Expand Down

0 comments on commit 24ed413

Please sign in to comment.