Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • 5
    Ouch, can't believe this is the only solution I found on the web and there are literally no upvotes yet. Are there no python devs with new Mac installations on the interweb? ;) Commented Dec 11, 2023 at 7:18
  • 2
    This is still an issue in 2024. There's no need to copy files around, just enter the filepath manually instead of using Finder when using the VS Code command palette to select the Python interpreter. You can also use venv --copies when creating the virtual environment in the first place. `github.com/microsoft/vscode-python/issues/22755 Commented Jan 22, 2024 at 9:01