Python/venv

From Wiki
< Python
Revision as of 16:11, 14 June 2020 by Marcluer (talk | contribs)
  • setup environment
python3 -m venv env
  • activate environment
source env/bin/activate
  • check which environment is used
which python