Jujens’ blog

  • Archives
  • Categories
  • Tags
  • Atom Feed
  • Trucs et astuces Atom Feed
  • Privacy

VSCode tips

Published: 2018-09-02 by Julien Enselme in Trucs et astuces • Tagged with: VSCode

Contents

  • Python
    • venv

Python

venv

To use a venv with VSCode, add in the folder settings:

{
    "python.pythonPath": "~/.virtualenvs/bureauxlocaux--Uxk5jFn/bin/python",
    "python.unitTest.pyTestEnabled": true
}
© Julien Enselme

This work is licensed under a Creative Commons Attribution-ShareAlike

Creative Commons License

Proudly powered by Pelican