When running conda info, the process spawns some child process and doesnt wait for them before exiting. This causes the child processes to reach an unreapable zombie state in some environments. Continued use means that these zombie process can accumulate quite quickly.
Includes a small fix to test, python2 no longer supported by ipykernel
When running conda info, the process spawns some child process and doesnt wait for them before exiting. This causes the child processes to reach an unreapable zombie state in some environments. Continued use means that these zombie process can accumulate quite quickly.
Includes a small fix to test, python2 no longer supported by ipykernel