aristanetworks / avd-workshops

Arista Automation Workshop
https://labguides.testdrive.arista.com
21 stars 29 forks source link

Additional Pip config for PEP 668 #153

Closed JulioPDX closed 4 months ago

JulioPDX commented 4 months ago

Required since we do not use virtual envs in the ATD labs. Long term fix would be to add the following to the coder pip configuration.

➜  labfiles cat /home/coder/.config/pip/pip.conf                 
[global]
break-system-packages = true
disable-pip-version-check = true