Hugh Rawlinson
637fd914dc
Update README.md
5 jaren geleden
LukeAI
fadb3f3389
Fix instructions for Debian/Ubuntu to have shims ahead of ~/.local/bin ( #1977 )
Debian/Ubuntu's stock `~/.bashrc` prepends `~/.local/bin` to `PATH` towards its end if it exists.
Executables for per-user modules for system Python are installed into `~/.local/bin` --
so need to prepend `shims` to `PATH` later that that.
Co-authored-by: Ivan Pozdeev <vano@mail.mipt.ru>
5 jaren geleden
Philip Howard
6633382417
Fix .bashrc `echo` install syntax error ( #1965 )
Change `done` to `fi` since otherwise Bash emits an unexpected token error:
```
bash: /home/foo/.bashrc: line 120: syntax error near unexpected token `done'
bash: /home/foo/.bashrc: line 120: `if command -v pyenv >/dev/null; then eval "$(pyenv init -)"; done'
```
5 jaren geleden
Ivan Pozdeev
cb1390cb49
Fix capitalization
5 jaren geleden
Ivan Pozdeev
159327ff25
Add explicit instructions for Zsh in MacOS
Indirect ones with errata have proven to confuse users.
Fixes #1947 , #1948
5 jaren geleden
Ivan Pozdeev
fdbcdd38f1
Add a version-neutral verify fn for rolling-release scripts
E.g. "*-latest"
May need splitting into project-specific ones if there emerge projects with different check needed
Closes https://github.com/pyenv/pyenv/issues/1559
5 jaren geleden
Ivan Pozdeev
e0d109c227
Include a Bash automated install option
5 jaren geleden
native-api
0d07cda969
Update install instructions for Bash and Zsh ( #1920 )
* Update install instructions for Bash and Zsh
* Synchronize README.md with `pyenv init`
* Add a ~/.bash_profile note
* Concatenate shims activation into installation for brevity
(Pyenv can't be used meaningfully without shims anyway)
Otherwise, we'd need to duplicate all the ~/.profile shenanigans in both sections
* Update based on feedback
* Proofread
5 jaren geleden
Fabian Homborg
0d2fb35cee
Fix fish installation instructions ( #1916 )
5 jaren geleden
Ivan Pozdeev
7838707595
Separate startup logic into PATH and the rest
PATH manipulation should be done in ~/.profile rather than ~/.*rc since .rc can be sourced multiple times
5 jaren geleden
Ville Skyttä
60dbcea612
docs(README): fix info about version-file separator
Any whitespace doesn't work, need version per line.
5 jaren geleden
Ville Skyttä
641916270b
feat: support (skip) commented lines in version-file
Sometimes it is convenient to be able to temporarily disable something
in a version-file. Because these files often aren't necessarily tracked
in a SCM, especially when working with virtualenvs, the SCM diffs won't
help with showing removed lines which are currently the only way to
disable something.
5 jaren geleden
Zane Dufour
06e88164cc
clarify proxy variable names in readme?
The casing for `*_proxy` is currently inconsistent. I'm guessing that's a typo?
Thanks for maintaining this awesome tool!
5 jaren geleden
Luke Plant
bfb5e0ec1e
README section on using pyenv without "pyenv init"
5 jaren geleden
Anton Petrov
f53aa3e64e
Update README.md
corrected fish shell command
5 jaren geleden
Jan Bronicki
b61536e9ee
more general installation readme instructions
5 jaren geleden
Almenon
db939bbcfc
Put prerequisite for installation before install ( #1750 )
This prevents people from jumping the gun and trying to install a python version right after brew install.
5 jaren geleden
Ville Skyttä
5221c4aeea
README: note optional bash extension build
Borrowed from rbenv.
5 jaren geleden
Edward D'Souza
86497f72c2
Fix homebrew link in README.
6 jaren geleden
Glen Winters
31f1732fa2
docs(README): removed $ in front of CLI commands ( #1620 )
This makes it easier to copy and paste commands from the README.
6 jaren geleden
Marshall Zobel
098227f26c
improve the flow of macOS installation instructions ( #1599 )
6 jaren geleden
Swaroop Hegde
3e0f5e798c
Fixes missing double quote in README #1582 ( #1583 )
Bash example had a missing quote for setting PYENV_ROOT path
6 jaren geleden
Alexander Popov
0f2d659732
Update instructions for installation in README ( #1580 )
Describe more clearly for different shells.
6 jaren geleden
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 jaren geleden
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 jaren geleden
Josh Friend
4500a33c73
Modify zshrc instead of zshenv
https://github.com/pyenv/pyenv/issues/1400#issuecomment-551371058
Closes #846 , #1400 , #1447 , #1449
6 jaren geleden
Tim Gates
32663fb8a4
Fix simple typo: abovementioned -> above
Closes #1485
6 jaren geleden
Saahil Hamayun
eacde87acf
Grammatical corrections
6 jaren geleden
Josh Friend
7dd50144d5
Link windows users to pyenv-win
see #62
7 jaren geleden
Ratul R
6fa07b32e5
Minor formatting changes
Adding a list to the notes of point #2 in Basic GitHub Checkout steps.
7 jaren geleden
Kenta Sato
336cc885cf
Add a note for fish shell users ( close #1203 )
7 jaren geleden
Alan Yee
cd7c8af487
Update README.md
Replace OS X with macOS
7 jaren geleden
Kyle Altendorf
c6e3f95f67
Add readme step for installing build deps per wiki
7 jaren geleden
raimon
694b551935
Fix dead links in ToC ( #1121 )
8 jaren geleden
Hugo Locurcio
7ca1923a44
Use Markdown image markup in README
This also fixes the aspect ratio of the image being incorrect.
8 jaren geleden
Charles Reid
59050aa093
Fixing image of terminal output to use carbon (cleaner and easier-to-read colors)
8 jaren geleden
CIARANA
f6384fe8d4
Update `pyenv init` line in README.md
8 jaren geleden
cia-rana
839c9e5c76
Update `pyenv init` line in README.md
8 jaren geleden
cia-rana
2a2cbea951
Change `[` to `[[` and move it into `eval`
8 jaren geleden
CIARANA
bc58ab54f8
Change `~/.pyenv` to `$PYENV_ROOT`
8 jaren geleden
CIARANA
6485409a55
Update `pyenv init` line in README.md
Update `pyenv init` line in README.md in case ```pyenv``` is not found.
8 jaren geleden
MinhThienDX
650c9d3452
Fix URL fragment target
8 jaren geleden
diggzhang
7c9ebc2727
Fix readme.md
9 jaren geleden
Ryan Moore
e83168655c
Update README.md
9 jaren geleden
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 jaren geleden
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 jaren geleden
Jamie Webb
27a7466f15
Update link to pyenv shell documentation in README
9 jaren geleden
Matt Bachmann
0a69dbd818
Remove duplicate heading
Link was pointing to this heading. It seemed incorrect
9 jaren geleden
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 jaren geleden
Samuel Villamonte
d12120a4bf
Change curl to proxy note
9 jaren geleden