Documentation ¶
Index ¶
- Constants
- Variables
- func EnsureConda(mamba bool, micromamba bool, conda bool, condaStandalone bool, noInstall bool) (string, error)
- func Execute() error
- func FindExecutable(executableFileName string, searchPath string, ...) (string, error)
- func InstallCondaStandalone() (string, error)
- func InstallMicromamba() (string, error)
- func PlatformSubdir() string
- func ResolveExecutable(executableName string, dataDir string, ...) (string, error)
- type AnacondaPkg
- type AnacondaPkgAttr
- type AnacondaPkgAttrs
- type ArchSpec
Constants ¶
View Source
const DefaultMinCondaVersion = "4.8.2"
View Source
const DefaultMinMambaVersion = "0.7.3"
Variables ¶
View Source
var TestSitePath string
Functions ¶
func EnsureConda ¶
func FindExecutable ¶
func InstallCondaStandalone ¶
func InstallMicromamba ¶
func PlatformSubdir ¶
func PlatformSubdir() string
Types ¶
type AnacondaPkg ¶
type AnacondaPkg struct { Size uint32 `json:"size"` Attrs AnacondaPkgAttr `json:"attrs"` Type string `json:"type"` }
type AnacondaPkgAttr ¶
type AnacondaPkgAttrs ¶
type AnacondaPkgAttrs []AnacondaPkgAttr
func (AnacondaPkgAttrs) Len ¶
func (a AnacondaPkgAttrs) Len() int
func (AnacondaPkgAttrs) Less ¶
func (a AnacondaPkgAttrs) Less(i, j int) bool
func (AnacondaPkgAttrs) Swap ¶
func (a AnacondaPkgAttrs) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.