Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes genie python install variables #208

Merged
merged 3 commits into from
Oct 30, 2024

Conversation

jackbdoughty
Copy link
Contributor

Genie python was not getting installed properly because of a bug merged in ISISComputingGroup/IBEX#8437 . This is fixed by instead calling %genie_dir%\BUILD-%PYTHON_BUILD_NO%\genie_python_install.bat %LATEST_PYTHON_DIR% which means that the following

set "LATEST_PYTHON=%LATEST_PYTHON_DIR%\python.exe"
set "LATEST_PYTHON3=%LATEST_PYTHON_DIR%\python3.exe"

is executed. Also fixed problem in remote genie python, whereby path was being overwritten because of a poorly chosen variable name.

@FreddieAkeroyd FreddieAkeroyd merged commit 27df3b0 into master Oct 30, 2024
3 checks passed
@FreddieAkeroyd FreddieAkeroyd deleted the fixes_genie_python_install_variables branch October 30, 2024 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants