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)
Updated by The Foreman Bot over 4 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/8893 added
Updated by John Mitsch over 4 years ago
- Target version set to Katello 3.18.0
- Triaged changed from No to Yes
Updated by The Foreman Bot over 4 years ago
- Fixed in Releases Katello 4.0.0 added
Updated by Partha Aji over 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|c50717c04f6b885d91da4280ae5b0de59cddc5b9.
Actions