The update_nrp script doesn't acknowledge the VIRTUAL_ENV variable and compiles the python packages in local platform_venvs.
Il y a 1 heure 6 minutes"Thanks for your inquiry" -> "jules.lecomte@telecom-paris.fr"Thanks for the report.A workaround is to hardcode the explicit path to $HOME/.opt/platform_venv in user-script/config_files/user_makefile (lines 8+), to add
export VIRTUAL_ENV=$HOME/.opt/platform_venv
to configure_nrp at line 79, and also in nrp_functions line 79 for the nest compilation.Then, create the $home/.opt/platform_venv manually, rerun the build, and the configure
jules.lecomte reports in zoom hlst ticket 12009:
The update_nrp script doesn't acknowledge the VIRTUAL_ENV variable and compiles the python packages in local platform_venvs.
Il y a 1 heure 6 minutes"Thanks for your inquiry" -> "jules.lecomte@telecom-paris.fr"Thanks for the report.A workaround is to hardcode the explicit path to $HOME/.opt/platform_venv in user-script/config_files/user_makefile (lines 8+), to add
export VIRTUAL_ENV=$HOME/.opt/platform_venv
to configure_nrp at line 79, and also in nrp_functions line 79 for the nest compilation.Then, create the $home/.opt/platform_venv manually, rerun the build, and the configure
./mkdir $HOME/.opt/platform_venv./update_nrp build --all./configure_nrp