Robots Atlas>ROBOTS ATLAS

Python — From Basics to Advanced · Developer Tools

venv — Virtual Environments

Developer Tools

Introduction

venv isolates a project's dependencies from the system Python. Each project gets its own set of libraries — no version conflicts and no clutter in the system.