Skip to main content

Command Palette

Search for a command to run...

#24 - Python Virtual Environment

By Ifeanyi Omeata

Updated
1 min read
#24 - Python Virtual Environment
I

Hi, I am a Software Developer of 3-4 years specialising in React, Javascript, Node, NextJS, Express, Python, Django, Fast API, SQL and a few other technology stack, with a good background in Networking and Cloud Infrastructure. I am working to become a DevOps Solutions Engineer and happily married to my long time girlfriend.


Topics:


1. Create Python Virtual Environment venv
2. Deactivate Python Virtual Environment venv


1. Create Python Virtual Environment venv


>>Return to Menu

python3 -m venv myserver
source myserver/bin/activate

image.png


2. Deactivate Python Virtual Environment venv


>>Return to Menu

deactivate
python3 -m venv venv
source venv/bin/activate
deactivate

python3 -m unittest

pwd
 ~/.oh-my-zsh/themes
robbyrussell.zsh-theme

ZSH_THEME="robbyrussell"
ZSH_THEME="agnoster"

image.png

#End


Hope you enjoyed this! :) Follow me for more contents...


Get in Touch:
www.ifeanyiomeata.com
contact@ifeanyiomeata.com

Youtube: https://www.youtube.com/c/IfeanyiOmeata
Linkedin: https://www.linkedin.com/in/omeatai/
Twitter: https://twitter.com/iomeata
Github: https://github.com/omeatai/
Stackoverflow: https://stackoverflow.com/users/2689166/omeatai
Hashnode: https://hashnode.com/@omeatai
Medium: https://medium.com/@omeatai
© 2022

LEARN PYTHON/DJANGO

Part 13 of 37

Learn Python and Django the easy way!..... PYTHON | DJANGO | FASTAPI

Up next

#23 - Python SOLID Principle

By Ifeanyi Omeata