You are here |
www.henryleach.com | ||
| | | |
blog.ganssle.io
|
|
| | | | 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
|
|
| | | | How to Install Ansible with pipenv and pyenv. Pipenv gives a lot of flexibility over ansible project versioning. | |
| | | |
techtldr.com
|
|
| | | | 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
|
|
| | 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 |