1.2 KiB
1.2 KiB
Xonsh Stuff
Xonsh is basically a terminal for python which is super cool but even better because you can literally also do bash commands inside it.
Begin by simply typing xonsh
into the terminal.
Setting up an environment
There is entirely no need for conda here as it can be done with a simple vox command:
- Load the xontrig by typing:
xontrib load vox
- Create a new environment:
vox new world1
- List any existing or activate the environment:
$ vox list
Available environments:
eggs
world1
spam
$ vox activate world1
Activated "world1".
- More info found here such as: Exit or remove the environment
- there is a xonsh vim file but to be quite honest, you already have kite installed and that seems a lot better.
- if every in doubt just type in cheatsheet
- Make python extensions with xontrib
Things installed with xontrib
- xontrib-avox
- xontrib loaded the prompt-bar
- xontrib loaded the [cheatsheet](https://github.com/anki-code/xonsh-cheatsheet/blob/main/README.md