Skip to content

Instantly share code, notes, and snippets.

@halloleo
Created March 13, 2019 03:11
Show Gist options
  • Save halloleo/09940754cb4825b72d497e8df8701bcb to your computer and use it in GitHub Desktop.
Save halloleo/09940754cb4825b72d497e8df8701bcb to your computer and use it in GitHub Desktop.
Install xonsh via pipx with the add-ons I use
#!/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