Starting a Virtual environment in python

From Cramsession
Revision as of 00:39, 12 November 2025 by Mflavell (talk | contribs)
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