Starting a Virtual environment in python

From Cramsession
Revision as of 01:45, 12 November 2025 by Mflavell (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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