Bitbake Commands

BitBake is a program written in the Python language that interprets metadata, decides what tasks are required to run, and

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