Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
titlesource venv/bin/activate
python3 -m venv venv
  • activate the virtual machineenvironment
Code Block
languagebash
titlesource venv/bin/activate
source venv/bin/activate

...