heroku-python / conda-buildpack

[DEPRECATED] Buildpack for Conda.
MIT License
157 stars 251 forks source link

Custom Conda commands #34

Closed gaborvecsei closed 7 years ago

gaborvecsei commented 7 years ago

With conda-custom-install-commands.txt we can use custom commands. So it is easy to install packages from custom channels.

For example with this install OpenCV:

conda install -c menpo opencv=2.4.11