Skip to content

Instantly share code, notes, and snippets.

@lemajes
Last active May 2, 2023 23:54
Show Gist options
  • Save lemajes/738460dfb34305333d040c5957a2f31f to your computer and use it in GitHub Desktop.
Save lemajes/738460dfb34305333d040c5957a2f31f to your computer and use it in GitHub Desktop.
[PIP 101] PIP 101 #pip #101 #python #jinja2 #ansible #bug #template

PIP 101

  • Reinstall old version of jinja2 (for ansible templating bug on python3.9) pip3 install --force-reinstall -v "jinja2==3.0.3"

  • Upgrade all packages

pip3 freeze > requirements.txt
pip3 install -r requirements.txt --upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment