Solve your python packages and library dependencies without collisions
Last updated 25 days ago
Was this helpful?
to install python libraries (packages) without collision with Kali linux system packages
apt install python3 apt install python3-pip apt install python3-venv
Activate python virtual environment from your current working directory (where your tool or github project is cloned.
python3 -m venv myenv source myenv/bin/activate