TIL: Virtual environment with system packages

This commit is contained in:
Asocia 2021-05-09 22:34:02 +03:00
parent b423e459ff
commit 7bd87c82a7

View File

@ -0,0 +1,4 @@
You can use below command to create a virtual environment which contains installed packages:
```
virtualenv venv --system-site-packages
```