0
When I try to install my virtual environment in Python, through the " Pip install virtualenv "command, the installation starts but then the following message appears:
" ERROR: Could not install Packages due to an Environmenterror: [Errno 13] Permission denied: 'c: program files (x86) python38-32 Lib site-Packages appdirs.py'
Consider using the --user
option or check the Permissions. "
I thought it could be a problem in the installation of the PIP, but it is installed correctly.