Understanding conda and python package management (Updating)
TOC {:toc} Python is a script language.
Most of the packages are written in python, and they are just a bunch of script files in a folder hierachy. For these packages, it’s just as easy as find the script file and run them.
Jul 25, 2019