Marshall Zobel
098227f26c
improve the flow of macOS installation instructions ( #1599 )
6 yıl önce
Swaroop Hegde
3e0f5e798c
Fixes missing double quote in README #1582 ( #1583 )
Bash example had a missing quote for setting PYENV_ROOT path
6 yıl önce
Alexander Popov
0f2d659732
Update instructions for installation in README ( #1580 )
Describe more clearly for different shells.
6 yıl önce
Edwin Shin
2a0d576681
Update README.md ( #1555 )
Update the bats link to https://github.com/bats-core/bats-core (which is what pyenv is actually using on [Travis](https://github.com/pyenv/pyenv/blob/master/.travis.yml#L35 ))
6 yıl önce
Kareem Francis
84f3f77a39
Update README: highlight brew post-install steps ( #1543 )
I skimmed past the requires post-installation steps for Homebrew when walking though the README.
Anecdotally, other devs noted the same issue.
6 yıl önce
Josh Friend
4500a33c73
Modify zshrc instead of zshenv
https://github.com/pyenv/pyenv/issues/1400#issuecomment-551371058
Closes #846 , #1400 , #1447 , #1449
6 yıl önce
Tim Gates
32663fb8a4
Fix simple typo: abovementioned -> above
Closes #1485
6 yıl önce
Saahil Hamayun
eacde87acf
Grammatical corrections
6 yıl önce
Josh Friend
7dd50144d5
Link windows users to pyenv-win
see #62
7 yıl önce
Ratul R
6fa07b32e5
Minor formatting changes
Adding a list to the notes of point #2 in Basic GitHub Checkout steps.
7 yıl önce
Kenta Sato
336cc885cf
Add a note for fish shell users ( close #1203 )
7 yıl önce
Alan Yee
cd7c8af487
Update README.md
Replace OS X with macOS
7 yıl önce
Kyle Altendorf
c6e3f95f67
Add readme step for installing build deps per wiki
7 yıl önce
raimon
694b551935
Fix dead links in ToC ( #1121 )
8 yıl önce
Hugo Locurcio
7ca1923a44
Use Markdown image markup in README
This also fixes the aspect ratio of the image being incorrect.
8 yıl önce
Charles Reid
59050aa093
Fixing image of terminal output to use carbon (cleaner and easier-to-read colors)
8 yıl önce
CIARANA
f6384fe8d4
Update `pyenv init` line in README.md
8 yıl önce
cia-rana
839c9e5c76
Update `pyenv init` line in README.md
8 yıl önce
cia-rana
2a2cbea951
Change `[` to `[[` and move it into `eval`
8 yıl önce
CIARANA
bc58ab54f8
Change `~/.pyenv` to `$PYENV_ROOT`
8 yıl önce
CIARANA
6485409a55
Update `pyenv init` line in README.md
Update `pyenv init` line in README.md in case ```pyenv``` is not found.
8 yıl önce
MinhThienDX
650c9d3452
Fix URL fragment target
8 yıl önce
diggzhang
7c9ebc2727
Fix readme.md
9 yıl önce
Ryan Moore
e83168655c
Update README.md
9 yıl önce
Jeremy Daer
e3e99cc906
Clarify Homebrew/git install guidance
* Move Homebrew to the top, common case for new devs
* Note that `brew install rbenv` includes ruby-build by default
* Be clear that `rbenv init` instructions are needed for shell setup
* Be explicit about starting a new shell to pick up PATH/init changes
* Use rbenv-doctor to conclusively demonstrate correct setup
* Separate upgrade instructions for Homebrew vs Git installs
Related: https://github.com/rbenv/ruby-build/pull/1106
9 yıl önce
jacob-on-github
4e27113494
Update README.md
I work on a team that has followed the Homebrew installations. More than once we've missed the `rbenv init` instruction and it has caused headaches down the road. This formatting makes it harder to miss.
9 yıl önce
Jamie Webb
27a7466f15
Update link to pyenv shell documentation in README
9 yıl önce
Matt Bachmann
0a69dbd818
Remove duplicate heading
Link was pointing to this heading. It seemed incorrect
9 yıl önce
Doug Harris
cf38195541
Updated docs to reflect homebrew change. ( #867 )
* Updated docs to reflect homebrew change.
The instructions previously mentioned in this file were removed from the Homebrew caveats since
they weren't specific to homebrew. See discussion in [this homebrew issue](https://github.com/Homebrew/homebrew-core/pull/11209 )
* Added link to specific section of readme
9 yıl önce
Samuel Villamonte
d12120a4bf
Change curl to proxy note
9 yıl önce
Samuel Villamonte
b1dd4a8130
Agh spaces
9 yıl önce
Samuel Villamonte
f1a22c104c
Mention http_proxy and HTTPS_PROXY in README.md
9 yıl önce
Yamashita, Yuu
8ce9928819
Update Travi CI build status link target
9 yıl önce
Yamashita, Yuu
98a879bdb0
Migrate project URL from https://github.com/yyuu to https://github.com/pyenv
9 yıl önce
Jakub Wilk
3a4c7cf200
Fix typos
9 yıl önce
SUZUKI Masaya
c1af5ab0a9
Fix the file path.
9 yıl önce
massongit
4cef3d74ac
Fix file the path and file name of README.md
9 yıl önce
Ori Peleg
fa80772142
README: multiple versions in .python-version
Document that multiple versions in `.python-version` work similarly to the command line.
9 yıl önce
Peter Dave Hello
3531ad06b2
Syntax highlight in README.md
9 yıl önce
Yamashita, Yuu
0256ff06e8
Add mention to pyenv-virtualenv in README ( #662 )
9 yıl önce
Fábio C. Barrionuevo da Luz
fc7ceb4176
document how to accelerate the download with aria2
9 yıl önce
Ville Skyttä
22ab0f8b2f
Like Ubuntu, Fedora users should modify ~/.bashrc too
9 yıl önce
Ville Skyttä
e04f2720b4
Make Ubuntu notes stand out better; add linebreak after zsh ones
Line break accomplished by two trailing spaces on the zsh lines.
9 yıl önce
Yamashita, Yuu
6bd7927333
Basically we don't have to run rehash explicitly anymore ( fixes #553 )
10 yıl önce
David Celis
35ca51fe88
Update `rbenv init` instructions
The README details `eval`ing `rbenv init -`, but for some shells (such as fish) there's a difference in what should be run. It turns out that `rbenv init` on its own will print correct instructions, so we should point users to running that command instead.
10 yıl önce
Erik Griffn
d29ba1f80e
Updated Mac OSX brew install command
It seems rbenv now comes with ruby-build. I have not investigated fully, but the previously shown command: `brew install rbenv ruby-build` caused issues on my machine. After uninstalling both and simply running `brew install rbenv` everything worked fine.
10 yıl önce
Jason Karns
f880dc6d6f
Remove support for legacy version file
10 yıl önce
Mislav Marohnić
abbcde665c
Fix ToC level
[ci skip]
10 yıl önce
Mislav Marohnić
c9c9415154
Update ToC
10 yıl önce
Mislav Marohnić
e0b85397c8
Point out that it's not necessary to `sudo gem install`
Closes #532
10 yıl önce