Hide Forgot
Description of problem: Installing python-virtualenvwrapper creates a symlink in /etc/profile.d to /usr/bin/virtualenvwrapper.sh which in turn tries to create directories. This breaks when using su (without -l) to change users. Version-Release number of selected component (if applicable): python-virtualenvwrapper.noarch 0:4.3.1-1.el7 How reproducible: Steps to Reproduce: 1. yum install python-virtualenvwrapper 2. su <different user> 3. <permissions error as old user trying to create directories in the new user's space> Actual results: virtualenvwrapper over enthusiastically tries to create directories because it's in /etc/profile.d Expected results: Don't do that. Additional info: su -l doesn't have this issue.
So, it looks like this was fixed in Fedora by switching from virtualenvwrapper.sh to virtualenvwrapper_lazy.sh So, I think if we just update to the latest version this would be fixed. Can you please try this scratch build and let us know if it fixes the issue? https://koji.fedoraproject.org/koji/taskinfo?taskID=15575287
Thanks Kevin, a couple of things - 1. I'm unsure where to find that rpm 2. It looks like that's pointing to a failed build? cheers L.
Sorry about that. Try this one: https://koji.fedoraproject.org/koji/taskinfo?taskID=15623446
My testing indicates that this solves the problem I previously had. Thank you
Great. Will push an update then...
This was pushed last year. :)