denshoproject / ddr-cmdln

Command-line tools for automating the Densho Digital Repository's various processes.
Other
0 stars 2 forks source link

legacy ddr-index command needs to be removed #80

Closed GeoffFroh closed 6 years ago

GeoffFroh commented 6 years ago

The legacy ddr-index command -- superseded by ddrindex -- needs to be removed

gjost commented 6 years ago

It was removed. You would see ddr-index hanging around if you upgraded an existing install without getting rid of the existing virtualenv. Unfortunately, pip install doesn't remove old things. You can "recompile" thusly:

cd /opt/ddr-local
sudo rm -Rf /opt/ddr-local/venv
sudo make install-app