breezy-mouse-20493
12/05/2023, 10:25 PMpants export --resolve=default
and then in VSCode I find that venv with "> python: Select interpreter". However, this doesn't install first-party code into the environment. Without first-party code installed in "editiable" mode, I can't have VSCode launch and debug a Python module, as none of my first-party code is in the venv.curved-television-6568
12/05/2023, 10:28 PMcurved-television-6568
12/05/2023, 10:29 PMbreezy-mouse-20493
12/05/2023, 10:29 PMcurved-television-6568
12/05/2023, 10:29 PMbreezy-mouse-20493
12/05/2023, 10:30 PMbreezy-mouse-20493
12/05/2023, 10:30 PMpants export ...
?breezy-mouse-20493
12/05/2023, 10:30 PMpip install --editable .
curved-television-6568
12/05/2023, 10:31 PMbreezy-mouse-20493
12/05/2023, 10:31 PMbreezy-mouse-20493
12/05/2023, 10:32 PMcurved-television-6568
12/05/2023, 10:43 PMsilly-queen-7197
12/06/2023, 12:17 AMsilly-queen-7197
12/06/2023, 12:17 AMbreezy-mouse-20493
12/06/2023, 12:18 AMbreezy-mouse-20493
12/06/2023, 12:18 AMsilly-queen-7197
12/06/2023, 12:21 AM{
"python.defaultInterpreterPath": "dist/export/python/virtualenvs/python-default/3.10.13"
}
in my .vscode/settings.json
. One thing to note is that the 3.10.13
depends on your version of python. On some machines I have 3.10.9
and others I have 3.10.13
.wide-midnight-78598
12/06/2023, 2:34 AMbreezy-mouse-20493
12/06/2023, 3:52 AMexport
goal, right?