The Python developers had the same idea, they just put the option after the command:
python setup.py install --force
The distutils documentation doesn't mention the --force
option specifically, but you can find it by using the --help
option:
python setup.py --help install
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…