Open simonjwright opened 1 week ago
This is with v25.0.0.
The top-level manage.py doesn't support --force, and it should. Instead, I have to say
manage.py
--force
gprinstall --prefix=$PREFIX --uninstall langkit_support || true
The contrib/{python,lkt)manage.py's do support --force, but ./manage.py install --help doesn't say so.
contrib/{python,lkt)manage.py
./manage.py install --help
This is with v25.0.0.
The top-level
manage.py
doesn't support--force
, and it should. Instead, I have to sayThe
contrib/{python,lkt)manage.py
's do support--force
, but./manage.py install --help
doesn't say so.