mirror of
https://github.com/sahinakkaya/til.git
synced 2025-04-19 17:22:07 +02:00
5 lines
144 B
Markdown
5 lines
144 B
Markdown
You can use below command to create a virtual environment which contains installed packages:
|
|
```bash
|
|
virtualenv venv --system-site-packages
|
|
```
|