Created
March 13, 2019 03:11
-
-
Save halloleo/09940754cb4825b72d497e8df8701bcb to your computer and use it in GitHub Desktop.
Install xonsh via pipx with the add-ons I use
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
#!/bin/bash | |
# | |
# Install xonsh via pipx with the add-ons I use | |
# | |
pipx install xonsh | |
pipx inject xonsh gnureadline | |
pipx inject xonsh xonsh-direnv | |
echo "* Running xpip freeze in xonsh:" | |
xonsh -c 'xpip freeze' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment