{{tag>info-tech:software:programming-language info-tech:software:development}} ====== python ====== ===== Command example ===== ==== Create new virtual environment ==== python -m venv venv source venv/bin/activate # Configures current shell session