Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 502 Bytes

LocalThreadJob.create_conda_env.md

File metadata and controls

19 lines (10 loc) · 502 Bytes

LocalThreadJob.create_conda_env (function)

def create_conda_env(self)

Create a conda environment (in the <Server.remote_directory>) named LocalThreadJob.conda_env.

This environment will be available to any jobs in this server and will be listed in <Server.conda_envs>. The created environment will use the same version of python as the local version and include pip and numpy by default.