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