/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

humberto.io
| | jpetazzo.github.io
2.9 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.
| | suranyami.com
2.5 parsecs away

Travel
| | Some instructions for getting a dev environment on Raspberry Pi: Create development directory mkdir -p development/work mkdir -p develo...
| | newcome.wordpress.com
2.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....
| | blog.christophersmart.com
18.0 parsecs away

Travel
| [AI summary] A detailed guide explains how to set up a development environment for Ansible on Fedora, covering version management, virtual environments, and Git workflows for contributing code.