Installing virtualenv
Procedure
- Install virtualenv.
pip install virtualenv
If either of the following errors occurs, retry the installation using another mirror source.
ERROR: Could not find a version that satisfies the requirement virtualenv (from versions: )
ERROR: No matching distribution found for virtualenv
- (Optional) Install virtualenv.
pip install virtualenv -i Mirror source address
Parent topic: Configuring the Compilation Environment