Skip to content

Instantly share code, notes, and snippets.

@lalitnayyar
lalitnayyar / Python 3 Virtualenv
Created February 27, 2025 10:45 — forked from ehbc221/Python 3 Virtualenv
Install Python 3 and create a virtual environment for projects
# Install Python 3
$ sudo apt-get install python3
# Install python3-virtualenv
$ sudo apt-get install python3-virtualenv
# You can checkout you virtualenv version
$ virtualenv --version
# Create you virtualenv in the folder you that want to