Explore >> Select a destination


You are here

www.henryleach.com
| | blog.ganssle.io
8.2 parsecs away

Travel
| | An explanation of a few ways to make sure your tests use the version of the package that your users will install.
| | www.buildahomelab.com
4.6 parsecs away

Travel
| | How to Install Ansible with pipenv and pyenv. Pipenv gives a lot of flexibility over ansible project versioning.
| | techtldr.com
9.4 parsecs away

Travel
| | Here is a simple trick that I used to restart my python script after unhandled exception. Let's say I have this simple script called test.py that I want to run forever. It will just wait 2 seconds and throw an error. I use the following script called forever in the same directory: It uses python [...]
| | snarky.ca
55.2 parsecs away

Travel
| There are a couple of things I always want to be true when I install Python packages for a project: 1. I have a virtual environment 2. Pip is up-to-date For virtual environments, you would like them to be created as fast as possible and (usually) with the newest version