简体   繁体   中英

Is there a `conda` equivalent to `pip install -t`

I have private packages in a custom conda channel. I would like to use the dependencies with a Google Cloud Function. The Google Cloud Function documentation says to install your private dependencies using pip install -t .

Is there a conda install equivalent option to -t ? 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?

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 -p

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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