Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Fix: mistake in configuration hints inpyenv init and manpage#3145

Merged

Conversation

ChristianFredrikJohnsen
Copy link
Contributor

Description

A silly documentation mistake I made in my previously merged stuff.
Please don't shoot me 😘

-> Currently we get:

pyenv init# Load pyenv automatically by appending# the following to# ~/.zprofile (for login shells)# and ~/.zshrc (for interactive shells) :export PYENV_ROOT="$HOME/.pyenv"[[-d$PYENV_ROOT/bin ]]&&export PATH="$PYENV_ROOT/bin:$PATH"eval"$(pyenv init -zsh)"

But it should obviously bepyenv init - zsh.

Tests

  • My PR adds the following unit tests (if any)

none

pedrosorio reacted with thumbs up emoji
-> Currently we get:```zshpyenv init# Load pyenv automatically by appending# the following to# ~/.zprofile (for login shells)# and ~/.zshrc (for interactive shells) :export PYENV_ROOT="$HOME/.pyenv"[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"eval "$(pyenv init -zsh)"```But it should obviously be `pyenv init - zsh`.
@native-apinative-api merged commit4c6b0e9 intopyenv:masterDec 23, 2024
18 checks passed
@native-apinative-api changed the titlefix: silly docs mistake inpyenv init.Fix: mistake in configuration hints inpyenv init and manpageDec 23, 2024
@ChristianFredrikJohnsenChristianFredrikJohnsen deleted the fix/pyenv-init-docs branchDecember 25, 2024 11:50
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@ChristianFredrikJohnsen@native-api

[8]ページ先頭

©2009-2025 Movatter.jp