Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add instructions for nushell on MacOS, Linux and Windows #2916

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jordanst3wart
Copy link

Description

Added instructions on how to setup pyenv with nushell on MacOS, Linux, and Windows.

For the moment this instruction are also found here:
https://www.nushell.sh/book/configuration.html#pyenv

$env.PATH = ($env.PATH | split row (char esep) | prepend $"(pyenv root)/shims")
~~~

Windows users need to install [pyenv-win](https://github.com/pyenv-win/pyenv-win)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pyenv-win is a different, independent project.


On MacOS or Linux, the path can be added like:

~~~ nu
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No adding $PYENV_ROOT/bin to PATH?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants