You can use below command to create a virtual environment which contains installed packages: ``` virtualenv venv --system-site-packages ```