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.