Open virtuald opened 9 months ago
Managing vendor code is becoming untenable, maybe we should launch the robot code from scratch each time instead of reusing the same interpreter.
This wasn't previously possible, but now that things are launched using python -m robotpy it is.
python -m robotpy
Managing vendor code is becoming untenable, maybe we should launch the robot code from scratch each time instead of reusing the same interpreter.
This wasn't previously possible, but now that things are launched using
python -m robotpy
it is.229