You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in our case, we were already using devcontainers (in VS Code) with a pre-built image. we hard-coded the user in that image to something else and our initializeCommand assumes paths like /home/user/.pyenv/versions/envname/bin/activate
The text was updated successfully, but these errors were encountered:
devpod assumes the username is
devpod
:devpod-provider-aws/pkg/aws/aws.go
Line 968 in f34446e
in our case, we were already using devcontainers (in VS Code) with a pre-built image. we hard-coded the user in that image to something else and our
initializeCommand
assumes paths like/home/user/.pyenv/versions/envname/bin/activate
The text was updated successfully, but these errors were encountered: