File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
installation_and_upgrade/ibex_install_utils Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -191,6 +191,7 @@ def run_instrument_install(self) -> None:
191191 self ._system_tasks .add_nagios_checks ()
192192 self ._system_tasks .update_instlist ()
193193 self ._system_tasks .update_kafka_topics ()
194+ self ._system_tasks .create_virtual_envs ()
194195 self ._system_tasks .put_autostart_script_in_startup_area ()
195196 self ._python_tasks .update_script_definitions ()
196197 self ._server_tasks .setup_log_rotation ()
@@ -253,6 +254,7 @@ def run_instrument_deploy_main(self) -> None:
253254 self ._python_tasks .remove_instrument_script_githooks ()
254255 self ._server_tasks .setup_log_rotation ()
255256 self ._system_tasks .update_kafka_topics ()
257+ self ._system_tasks .create_virtual_envs ()
256258
257259 def run_instrument_deploy_pre_stop (self ) -> None :
258260 """Upgrade an instrument. Steps to do before ibex is stopped.
You can’t perform that action at this time.
0 commit comments