Starting to move towards python3.9
[python_utils.git] / executors.py
index b243edd29b02cfa4b4689e515f3901e4bef2fd5c..ddd62f1b8a3998fa85a4fb456538eabd54e3d206 100644 (file)
@@ -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)