RemoteSlurmJob.conda_env (property)

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

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

See also:

Returns

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