I created a python virtual environment using root user and installed 9 python libraries on the virtual environment using the same user. The root access has been revoked now and am unable to access libraries using my own userid (that is not root).
How can we change the permission of the libraries so that my userid can access them?