diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index bb9d192..122c0f0 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -24,6 +24,8 @@ ] } } - } + }, + + "postCreateCommand": "bash -i -c 'conda init'" } \ No newline at end of file