mirror of
https://github.com/sahinakkaya/til.git
synced 2025-07-17 14:01:49 +03:00
TIL: Virtual environment with system packages
This commit is contained in:
@ -0,0 +1,4 @@
|
||||
You can use below command to create a virtual environment which contains installed packages:
|
||||
```
|
||||
virtualenv venv --system-site-packages
|
||||
```
|
Reference in New Issue
Block a user