When you work with python for web development, data analysis or other solution , you need to install packages from pip and sometimes we have conflicts: Web framework X needs one package version 1.2 and Web framework Y needs the same package but version 1.4. One Great solution for that problem is virtual environment – […]