lvjonok / cmeel-conda-patch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cmeel-conda-patch

This repository is just a quick-fix to a possible problem of the cmeel-based packages not being able to find the required shared libraries in runtime.

This patch appends to the LD_LIBRARY_PATH environment variable on conda activate and removes on conda deactivate.

How to use?

Make sure you have conda installed.

Easy way

Run in your terminal:

wget -O - https://raw.githubusercontent.com/lvjonok/cmeel-conda-patch/master/patch.sh | bash -s <conda env name>

Hard way

  1. Clone this repository
  2. Run ./patch.sh <conda env name> (e.g. ./patch.sh planning) to patch the environment

About


Languages

Language:Shell 100.0%