Mijalko
Programming and other things
Pages
(Move to ...)
Home
My Blender learnings
▼
Wednesday, February 12, 2014
Python debug in virtualenv
Instead of
pdb script.py
use
python -m pdb script.py
‹
›
Home
View web version