Ben Chuanlong Du's Blog

It is never too late to learn.

Tips on Conda

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

  1. conda and executables installed by conda might not be able to run by sudo directly. If this happends, use the full path of the executable or add the option -E "PATH …

Conda Build Issue

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

I encountered an issue building the package sqlalchemy-teradata. There are a few related issues: issues/2790, issues/2826. It seems that the recipe uses an outdated URL. Change the URL to …