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 @@ -175,6 +175,7 @@ def run_instrument_install(self) -> None:
175175 self ._system_tasks .restrict_ie ()
176176
177177 self ._server_tasks .install_ibex_server ()
178+ self ._system_tasks .create_virtual_envs ()
178179 self ._server_tasks .update_icp (self .icp_in_labview_modules ())
179180 self ._python_tasks .install_genie_python3 ()
180181 self ._mysql_tasks .install_mysql ()
@@ -239,6 +240,7 @@ def run_instrument_deploy_main(self) -> None:
239240 self ._mysql_tasks .backup_database ()
240241 self ._mysql_tasks .truncate_database ()
241242 self ._server_tasks .install_ibex_server ()
243+ self ._system_tasks .create_virtual_envs ()
242244 self ._server_tasks .update_icp (self .icp_in_labview_modules ())
243245 self ._python_tasks .install_genie_python3 ()
244246 self ._mysql_tasks .install_mysql ()
You can’t perform that action at this time.
0 commit comments