BitBake is a program written in the Python language that interprets metadata, decides what tasks are required to run, and
Category: Cheatsheet
Docker Cheat Sheet
Terminology Layer A set of read-only files to provision the system. Image A read-only layer that is the base of
Anaconda Cheat Sheet
Conda basics Using environments conda create –name py35 python=3.5 Create a new environment named py35, install Python 3.5 conda activate