LocalThreadJob.conda_env (property)

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

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

See also:

Returns

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