📚 node [[virtualenv]]

Virtualenv

  • [[pull]] You can use [[venv]] as a built in alternative in python3 nowadays.
⥅ node [[venv]] pulled by user

Venv

  • python3 -m venv venv
  • . venv/bin/activate
  • Now you can run pip install, etc.
📖 stoas
⥱ context