devenv icon indicating copy to clipboard operation
devenv copied to clipboard

Development containers for Okteto

Results 1 devenv issues
Sort by recently updated
recently updated
newest added

echo $PATH in the shell brought up by okteto up outputs: /usr/local/cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin echo $PATH in the shell by VSCode remote ssh outputs: /root/.vscode-server-insiders/bin/ed6c343edb720d91ee0859e566c84b5687f5a9d5/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin It misses /usr/local/cargo/bin in PATH, making rust-analyzer...