简体   繁体   English

是否有相当于 `pip install -t` 的`conda`

[英]Is there a `conda` equivalent to `pip install -t`

I have private packages in a custom conda channel.我在自定义 conda 频道中有私人包。 I would like to use the dependencies with a Google Cloud Function.我想将依赖项与 Google Cloud Function 一起使用。 The Google Cloud Function documentation says to install your private dependencies using pip install -t . Google Cloud Function 文档说使用pip install -t安装您的私有依赖项。

Is there a conda install equivalent option to -t ?是否有与-t等效的conda install选项? I have not been able to find one with my searching.我一直无法通过搜索找到一个。 Is there another or better way to install private conda packages in Google Cloud Functions?是否有另一种或更好的方法可以在 Google Cloud Functions 中安装私有 conda 包?

I think its not possible per this post .我认为根据这篇文章是不可能的。

pip install -t specifies a directory where to install the dependencies, Possibly the conda counterpart would be -ppip install -t指定安装依赖项的目录,conda 对应的可能是-p

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM