Python devcontainer won't initialize venv #177
Unanswered
raginjason
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to get a Python devcontainer running with venv. I have a repo located at https://github.com/raginjason/vscode-devcontainer-python-venv, and while it mostly works, any terminals don't seem to honor the venv. My understanding is that any
.venv
directory under the project should be picked up automatically, but that does not seem to be the case. While I don't think I should need to mess withpostCreateCommand
andpostAttachCommand
, I have done so here in an attempt to get things working. This does not seem to help though.Any thoughts?
Beta Was this translation helpful? Give feedback.
All reactions