Skip to content

Instantly share code, notes, and snippets.

@sohang3112
Last active September 1, 2023 05:21
Show Gist options
  • Save sohang3112/38ab29d868ce784642bb86e620c0d58c to your computer and use it in GitHub Desktop.
Save sohang3112/38ab29d868ce784642bb86e620c0d58c to your computer and use it in GitHub Desktop.
Notes on Nu, a cross-platform user-friendly shell written in Rust

Python Virtual Environment support

$ pip install --upgrade virtualenv
$ python -m virtualenv venv
$ overlay use venv/Scripts/activate.nu             # Windows
$ overlay use venv/bin/activate.nu                 # Linux, Mac
  • conda init doesn't work fully, but has partial support
  • venv doesn't seem to support Nu shell (as it doesn't create activate.nu in virtual environments).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment