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