menu
techminis

A naukri.com initiative

google-web-stories
Home

>

Programming News

>

Setting Up...
source image

Medium

1w

read

105

img
dot

Image Credit: Medium

Setting Up Python Virtual Environments (venv) on Kali Linux.

  • A Python virtual environment is an isolated workspace where you can install Python packages without affecting the global Python installation.
  • To create a virtual environment, verify the presence of 'pip' and 'venv' module.
  • Activate the virtual environment to start using it and install required Python packages.
  • To manage the virtual environment, you can delete it, reactivate it later, freeze dependencies, and install from requirements file.

Read Full Article

like

6 Likes

For uninterrupted reading, download the app