unable to install package using "sudo pip install package" – Apache
I am trying to deploy Flask app on Unix system using Apache server. Referring link In order to deploy, virtual environment and project needs to be created inside "/var/www/" repository. While doing this root access is required. Now in order…