LocalThreadServer.install_conda (function)


def install_conda(self, in_server_directory=False)

Install conda on the remote server if it is not already installed.

See also:

Arguments

  • in_server_directory (bool, optional, default=False): whether to place the conda installation in LocalThreadServer.directory rather than the default user installation

Returns