/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.integralist.co.uk
| | jpetazzo.github.io
2.6 parsecs away

Travel
| | [AI summary] A technical guide exploring various strategies for managing Python dependencies within Docker, including distro packages, requirements.txt, two-Dockerfile workflows, pip caching techniques, and virtualenv usage.
| | newcome.wordpress.com
1.8 parsecs away

Travel
| | I'm a little slow on the uptake with version management of language runtimes and environments. For a long time I just followed the Linux distribution convention of global versions of dependencies and compiler versions for my system. This changed during my years doing NodeJS development where the language and tools were changing daily it seemed....
| | www.buildahomelab.com
2.3 parsecs away

Travel
| | How to Install Ansible with pipenv and pyenv. Pipenv gives a lot of flexibility over ansible project versioning.
| | janakiev.com
17.7 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.