Skip to content

Instantly share code, notes, and snippets.

@JasonTam
Created May 14, 2019 18:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JasonTam/710dde840b78561038b983396210fe7f to your computer and use it in GitHub Desktop.
Save JasonTam/710dde840b78561038b983396210fe7f to your computer and use it in GitHub Desktop.
CXXABI_1.3.9 deployment fixes lambda etc
(base) ➜ lib mv libstdc++.so.6 libstdc++.so.6.bak
(base) ➜ lib mv libstdc++.so libstdc++.so.bak
(base) ➜ lib ln -s /usr/lib/x86_64-linux-gnu/libstdc++.so.6 libstdc++.so.6
Make sure this is done in the lib of the env you are deploying with
/home/jason/anaconda3/envs/py36/lib
or
/home/jason/anaconda3/lib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment