Explore >> Select a destination


You are here

gauge.sh
| | stribny.name
12.3 parsecs away

Travel
| |
| | earthly.dev
12.7 parsecs away

Travel
| | This tutorial explains how to create a Python virtual environment using PyInstaller, a packaging tool for Python applications, and distribute them ...
| | janakiev.com
13.0 parsecs away

Travel
| | Python's built-in venv module makes it easy to create virtual environments for your Python projects. Virtual environments are isolated spaces where your Python packages and their dependencies live. This means that each project can have its own dependencies, regardless of what other projects are doing.
| | pythonspeed.com
96.9 parsecs away

Travel
| How to activate a Python virtualenv in a Dockerfile without repeating yourself-plus, you'll learn what activating a virtualenv actually does.