RemoteThreadJob.conda_env (property)

Name of the conda environment to use for any future calls to RemoteThreadJob.run_script or RemoteThreadJob.submit_script.

If the environment does not exist, it will be created during the next call to RemoteThreadJob.run_script or RemoteThreadJob.submit_script.

See also:

Returns

  • (str): name or path of the conda environment on the remote server.