Created
July 17, 2025 10:48
-
-
Save amotl/8e0db5d6aa49dde55f4419ecc278fd33 to your computer and use it in GitHub Desktop.
Evaluate `source-bash` of xonsh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| TESTDRIVE=foobar |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env xonsh | |
| # Evaluate the `source-bash` built-in alias of xonsh. | |
| # https://xon.sh/aliases.html#source-bash | |
| source-bash demo.env | |
| echo $TESTDRIVE |
Author
amotl
commented
Jul 17, 2025
Author
Currently, the procedure is not working well for us. Are we doing anything wrong?
$ xonsh demo.xsh
$TESTDRIVEWe created a ticket about it over here.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment