WalrusByte, 1 year ago Makes it so when you install packages with pip, it will only work if it’s using a virtual environment. This keeps any installed packages separate from ones your system uses. If you want to learn about python virtual environments, check this out.
Makes it so when you install packages with pip, it will only work if it’s using a virtual environment. This keeps any installed packages separate from ones your system uses.
If you want to learn about python virtual environments, check this out.