Actions
Bug #30655
closedmake katello reset handle pip installed pulpcore
Description
If your `/usr/lib/python3.6/site-packages/pulpcore` was empty and you pip installed pulpcore instead, the correct location would be `/usr/local/lib/python3.6/site-packages/pulpcore`. katello reset does not account for this and hence errors out with
Errno::ENOENT: No such file or directory @ dir_chdir - /usr/lib/python3.6/site-packages/pulpcore /home/vagrant/katello/lib/katello/tasks/reset.rake:30:in `chdir' /home/vagrant/katello/lib/katello/tasks/reset.rake:30:in `block (3 levels)
Actions