Starting a Virtual environment in python

From Cramsession
Jump to navigationJump to search
✍️ Verified Author: MflavellClick to view professional profile & credentials

Computer Notes > Python > Starting a Virtual environment in python


python3 -m venv webdesk
source webdesk/bin/activate
cd to folder
pip install -r requirements.txt
python3 app

when done

deactivate app