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

Define what "friends" means exactly? #5

Closed
Ivoz opened this issue May 1, 2014 · 3 comments
Closed

Define what "friends" means exactly? #5

Ivoz opened this issue May 1, 2014 · 3 comments

Comments

@Ivoz
Copy link

Ivoz commented May 1, 2014

Also, does this script do things automatically as soon as you run it, or does it ask some questions, give you time to cancel?

Can it just install pyenv, or does it always install its "friends" with it?

This stuff would be nice to know in the readme before being asked to just run something in your shell.

@nicktimko
Copy link

The script is pretty spare and readable compared to a lot of shell scripts; in any event, it's these couple lines that are the core of the process:

checkout "git://github.com/yyuu/pyenv.git"            "${PYENV_ROOT}"
checkout "git://github.com/yyuu/pyenv-doctor.git"     "${PYENV_ROOT}/plugins/pyenv-doctor"
checkout "git://github.com/yyuu/pyenv-installer.git"  "${PYENV_ROOT}/plugins/pyenv-installer"
checkout "git://github.com/yyuu/pyenv-pip-rehash.git" "${PYENV_ROOT}/plugins/pyenv-pip-rehash"
checkout "git://github.com/yyuu/pyenv-update.git"     "${PYENV_ROOT}/plugins/pyenv-update"
checkout "git://github.com/yyuu/pyenv-virtualenv.git" "${PYENV_ROOT}/plugins/pyenv-virtualenv"
checkout "git://github.com/yyuu/pyenv-which-ext.git"  "${PYENV_ROOT}/plugins/pyenv-which-ext"

@yyuu
Copy link
Collaborator

yyuu commented Jan 13, 2015

The friends here means "plugins I am using conveniently". Anyone can fork and maintain their forks if they want to do differently.

@yyuu yyuu closed this as completed Jan 13, 2015
@xpe
Copy link

xpe commented May 29, 2020

^ Would you please add your definition of friends to the README?

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

No branches or pull requests

4 participants