/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

andyfreeland.net
| | www.cybershu.eu
1.8 parsecs away

Travel
| | If you work with Python, you probably need to activate a virtual environment to manage dependencies. Using a virtualenv requires activation each time you wan...
| | pythonspeed.com
2.5 parsecs away

Travel
| | Once you understand generic Docker multi-stage builds, here's how to implement them for Python applications, with virtualenvs or user installs.
| | www.joeltok.com
1.6 parsecs away

Travel
| | Python dependency management for reproducibility, using built-in libraries.
| | newcome.wordpress.com
17.2 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....