kitt
kitt copied to clipboard
The container based portable Shell environment
Results
3
kitt issues
Sort by
recently updated
recently updated
newest added
Would be great to properly handle host home mapping inside container. A quick hack to do so is : ```toml [workspace] user = "john" [[workspace.volumes]] host = "$HOME" bind =...
enhancement
`pip 22.2.2` is not able to properly identify pip executable location when installed on a separate directory (which is the case for Nix). This is breaking any pip install. This...
bug