Answers for "cant install packages in venv"

0

install python venv install

sudo apt install python3.8-venv #venv
pip install virtualenv #virtualenv
Posted by: Guest on November-02-2021
0

check pip installed packages inside virtualenv

pip freeze --local  or pip list --local
Posted by: Guest on September-08-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language