Skip to content

Instantly share code, notes, and snippets.

@anjijava16
Created August 3, 2022 02:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anjijava16/97aa5c00fe2597cbc01f4636a917538b to your computer and use it in GitHub Desktop.
Save anjijava16/97aa5c00fe2597cbc01f4636a917538b to your computer and use it in GitHub Desktop.
# Virtual Environmnet
1. There are other great third-party tools for creating virtual environments, such as
1. virtualenv
2. conda
3. Pipenv
4. Poetry
# Step1
1. pip3 install virtualenv
1. python3 -m venv /Users/welcome/sai_workspace/python_envs/welcome
2. source /Users/welcome/sai_workspace/python_envs/welcome/bin/activate
3. deactivate
# Install Packages and list
python3 -m pip install django==2.2.26
$ python3 -m pip list
3. deactivate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment