[note] Want to install the latest version from a GitHub repo using pip
devel
- stands for development
devel
- stands for developmentThe full name of PEX is Python Executable. This is an open-source tool for building a virtual environment to execute your Python code. However, be cautious when using PEX because it does not include a Python interpreter; thus, your computer must have a Python environment installed.
psutil is an open source package for python, which can help us to get the information of the system (CPU, memory, disks, network etc..).
As projects grow in size, maintaing code scattered across different directories becomes increasingly challenges for programmers.
1 | sudo wget -c https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh |