Upgrade to python 3.9.
[python_utils.git] / executors.py
index 426937142437db6e46af93ec8ef6a17376ee8991..6485afa054689c3b668adb1e0708b7f2d29ed8b9 100644 (file)
@@ -993,7 +993,7 @@ class RemoteExecutor(BaseExecutor):
         self.status.record_processing_began(uuid)
         cmd = (
             f'{SSH} {bundle.username}@{bundle.machine} '
-            f'"source py38-venv/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}"'
         )