See postCreateCommand
from devcontainer.json
.
pytest
- pip's install path is not included in the PATH var by default, so without installing via
sudo -H
, pytest would be unaccessible.
See postCreateCommand
from devcontainer.json
.
pytest
sudo -H
, pytest would be unaccessible.