【发布时间】:2018-11-12 05:05:55
【问题描述】:
我想知道是否可以安装 conda 包并将参数传递给正在构建的包。在homebrew 中,可以执行brew install emacs --with-cocoa、brew install ffmpeg --with-x265 等。但是,conda install -c conda-forge emacs --with-cocoa 尝试将--with-cocoa 传递给conda install,但失败了。是否可以将这些类型的参数传递给conda 的构建过程?也许像conda install -c conda-forge emacs --build-args="--with-cocoa"。
【问题讨论】:
标签: anaconda conda package-managers