Charles

Results 4 comments of Charles

I have only been able to replicate the problem when using fully qualified paths. No problem with relative paths. This works... ``` /🔒 ❯ cd tmp/123 && ls ``` This...

I'm having the same error `pkg_resources.DistributionNotFound: jmespath>=0.6.1` jmespath is installed. ## pip show jmespath Metadata-Version: 2.0 Name: jmespath Version: 0.9.0 Summary: JSON Matching Expressions Home-page: https://github.com/jmespath/jmespath.py Author: James Saryerwinnie Author-email:...

Hello @synfinatic, As it turns out, `xonsh` does not have a built-in `exec` command. I was able to get `aws-sso exec` to work by adding the following to `~/.xonshrc`. ```python...

> btw, @PodioSpaz are you willing to do the necessary shell integration to enable tab completion and the helper commands (`aws-sso-profile` and `aws-sso-clear`) You can look at the existing bash/zsh/fish...