The advantage of a virtual environment is when you install packages, it is separated from the system installation. Then, it allows you to keep your system Python installation clean. For each project, you can also have separate dependencies. Linux For Linux, you should check first if python3-virtualenv package is installed. If not: sudo apt-get install … Continue reading Setup a virtual environment for Python
Tag: raspbian
Setup the Raspberry Pi Zero with SSH remote access
When you buy your Raspberry Pi, directly out-of-the-box, the software part is not already installed. To be able to use it, you need to install an Operating System (OS) which will allow you to interact with it. In this article, we will see how to install the official Raspberry OS "Raspbian" Lite version with the … Continue reading Setup the Raspberry Pi Zero with SSH remote access