79200742

Date: 2024-11-18 16:50:24
Score: 1
Natty:
Report link

The issue for me was that I was using a shebang that bypassed the pyenv:
#!/usr/bin/python3

You should always use:
#!/usr/bin/env python3

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: vegalock