X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=executors.py;h=ddd62f1b8a3998fa85a4fb456538eabd54e3d206;hb=a5c4feeac240a446a38147130b51ad96a046f6e1;hp=b243edd29b02cfa4b4689e515f3901e4bef2fd5c;hpb=aad84a3abe06d127918d09f2ad3b8f4264a9d02b;p=python_utils.git diff --git a/executors.py b/executors.py index b243edd..ddd62f1 100644 --- a/executors.py +++ b/executors.py @@ -610,7 +610,7 @@ class RemoteExecutor(BaseExecutor): # Do it. cmd = (f'{SSH} {bundle.username}@{bundle.machine} ' - f'"source remote-execution/bin/activate &&' + f'"source py39-venv/bin/activate &&' f' /home/scott/lib/python_modules/remote_worker.py' f' --code_file {bundle.code_file} --result_file {bundle.result_file}"') p = cmd_in_background(cmd, silent=True)