Skip to content

Instantly share code, notes, and snippets.

View KarthikVundela's full-sized avatar

Karthik Vundela KarthikVundela

View GitHub Profile
@KarthikVundela
KarthikVundela / install_packages.sh
Created April 9, 2018 08:30 — forked from luiscape/install_packages.sh
Install Python dependency packages from requirements.txt using conda.
#
# Original solution via StackOverflow:
# http://stackoverflow.com/questions/35802939/install-only-available-packages-using-conda-install-yes-file-requirements-t
#
#
# Install via `conda` directly.
# This will fail to install all
# dependencies. If one fails,
# all dependencies will fail to install.