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:
- LocalThreadJob.conda_env_exists>
- Server.conda_envs
- (str): name or path of the conda environment on the remote server.