configuration for python source files in subfolder
See original GitHub issueTop Results From Across the Web
configuration for python source files in subfolder #209 - GitHub
i have a project where all of our code is in a src subfolder. how do i configure vs code and this plugin...
Read more >importing configuration from subfolders - python - Stack Overflow
I am trying to tidy up my configuration file ...
Read more >Including files in source distributions with MANIFEST.in
The following files are included in a source distribution by default: all Python source files implied by the py_modules and packages setup() arguments....
Read more >Configuring Project Structure | PyCharm Documentation
In PyCharm, content is a collection of files with which you are currently working, possibly organized in a hierarchy of subfolders.
Read more >Multi-root Workspaces in Visual Studio Code
The Add Config command will either open an existing launch.json file in the folder's .vscode subfolder or create a new one and display...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
From @kannix on October 31, 2017 16:12
okay maybe i made an obvious error: i created a file called
.env
in the project root with content like this:PYTHONPATH=/Users/kannix/theprojectroot/src
and I’m using MacOS@eiva I think Python will accept that; basically the
site
module will make all paths absolute to where Python is executed from, so that should be the workspace folder that’s currently open.