Closed JulioPDX closed 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
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.