Glen Winters
31f1732fa2
docs(README): removed $ in front of CLI commands ( #1620 )
...
This makes it easier to copy and paste commands from the README.
2020-05-21 12:29:21 -04:00
Marshall Zobel
098227f26c
improve the flow of macOS installation instructions ( #1599 )
2020-05-01 14:07:31 -04:00
Swaroop Hegde
3e0f5e798c
Fixes missing double quote in README #1582 ( #1583 )
...
Bash example had a missing quote for setting PYENV_ROOT path
2020-04-10 13:00:13 -04:00
Alexander Popov
0f2d659732
Update instructions for installation in README ( #1580 )
...
Describe more clearly for different shells.
2020-04-09 09:03:55 -04:00
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 ))
2020-04-02 15:24:48 -04:00
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.
2020-02-28 18:52:41 -05:00
Josh Friend
4500a33c73
Modify zshrc instead of zshenv
...
https://github.com/pyenv/pyenv/issues/1400#issuecomment-551371058
Closes #846 , #1400 , #1447 , #1449
2020-01-10 12:59:46 -05:00
Tim Gates
32663fb8a4
Fix simple typo: abovementioned -> above
...
Closes #1485
2019-12-17 17:29:37 +11:00
Saahil Hamayun
eacde87acf
Grammatical corrections
2019-12-01 20:00:17 -05:00
Josh Friend
7dd50144d5
Link windows users to pyenv-win
...
see #62
2019-04-28 20:21:47 -04:00
Ratul R
6fa07b32e5
Minor formatting changes
...
Adding a list to the notes of point #2 in Basic GitHub Checkout steps.
2019-03-22 11:16:38 +05:30
Kenta Sato
336cc885cf
Add a note for fish shell users ( close #1203 )
2019-01-11 17:21:17 +09:00
Alan Yee
cd7c8af487
Update README.md
...
Replace OS X with macOS
2018-10-29 22:02:21 -07:00
Kyle Altendorf
c6e3f95f67
Add readme step for installing build deps per wiki
2018-08-28 10:25:51 -04:00
raimon
694b551935
Fix dead links in ToC ( #1121 )
2018-03-15 15:42:52 -04:00
Hugo Locurcio
7ca1923a44
Use Markdown image markup in README
...
This also fixes the aspect ratio of the image being incorrect.
2018-02-22 15:43:44 +01:00
Charles Reid
59050aa093
Fixing image of terminal output to use carbon (cleaner and easier-to-read colors)
2018-02-08 16:08:24 -08:00
CIARANA
f6384fe8d4
Update pyenv init
line in README.md
2017-09-09 00:39:02 +09:00
cia-rana
839c9e5c76
Update pyenv init
line in README.md
2017-09-08 02:07:47 +09:00
cia-rana
2a2cbea951
Change [
to [[
and move it into eval
2017-09-08 01:23:21 +09:00
CIARANA
bc58ab54f8
Change ~/.pyenv
to $PYENV_ROOT
2017-09-07 22:36:14 +09:00
CIARANA
6485409a55
Update pyenv init
line in README.md
...
Update `pyenv init` line in README.md in case ```pyenv``` is not found.
2017-09-07 20:31:02 +09:00
diggzhang
7c9ebc2727
Fix readme.md
2017-08-05 14:11:30 +08:00
Ryan Moore
e83168655c
Update README.md
2017-06-24 00:50:54 +00:00
Jamie Webb
27a7466f15
Update link to pyenv shell documentation in README
2017-05-02 16:52:53 +01:00
Matt Bachmann
0a69dbd818
Remove duplicate heading
...
Link was pointing to this heading. It seemed incorrect
2017-04-29 07:14:46 -04:00
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
2017-03-21 16:00:37 -04:00
Samuel Villamonte
d12120a4bf
Change curl to proxy note
2017-03-12 09:53:15 -05:00
Samuel Villamonte
b1dd4a8130
Agh spaces
2017-03-12 09:50:35 -05:00
Samuel Villamonte
f1a22c104c
Mention http_proxy and HTTPS_PROXY in README.md
2017-03-12 09:45:32 -05:00
Yamashita, Yuu
8ce9928819
Update Travi CI build status link target
2017-03-06 04:42:15 +00:00
Yamashita, Yuu
98a879bdb0
Migrate project URL from https://github.com/yyuu to https://github.com/pyenv
2017-03-06 04:14:12 +00:00
Jakub Wilk
3a4c7cf200
Fix typos
2017-03-02 00:20:59 +01:00
SUZUKI Masaya
c1af5ab0a9
Fix the file path.
2017-02-10 10:04:35 +09:00
massongit
4cef3d74ac
Fix file the path and file name of README.md
2017-02-06 22:26:13 +09:00
Ori Peleg
fa80772142
README: multiple versions in .python-version
...
Document that multiple versions in `.python-version` work similarly to the command line.
2017-01-02 16:18:38 +02:00
Peter Dave Hello
3531ad06b2
Syntax highlight in README.md
2017-01-01 18:39:20 +08:00
Yamashita, Yuu
0256ff06e8
Add mention to pyenv-virtualenv in README ( #662 )
2016-12-27 00:51:29 +00:00
Fábio C. Barrionuevo da Luz
fc7ceb4176
document how to accelerate the download with aria2
2016-12-16 14:08:44 -03:00
Ville Skyttä
22ab0f8b2f
Like Ubuntu, Fedora users should modify ~/.bashrc too
2016-10-11 22:39:25 +03:00
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.
2016-10-11 22:38:19 +03:00
Yamashita, Yuu
6bd7927333
Basically we don't have to run rehash explicitly anymore ( fixes #553 )
2016-03-11 01:02:01 +00:00
Daniel Hahler
03ece82197
Merge remote-tracking branch 'rbenv/master'
...
Using `git merge rbenv/master -s recursive -X rename-threshold=5%`.
Conflicts:
README.md
bin/python-local-exec
libexec/pyenv
libexec/pyenv-help
test/--version.bats
2015-12-14 13:47:11 +01:00
Chulki Lee
df4c16ecb4
update urls to rbenv
2015-12-07 11:03:07 -08:00
ReadmeCritic
43abe13db9
Update README URLs based on HTTP redirects
2015-11-27 19:12:54 -08:00
ReadmeCritic
f85c41b14f
Update README URLs based on HTTP redirects
2015-11-25 10:08:28 -08:00
Yamashita, Yuu
8da3749648
Merge remote-tracking branch 'rbenv/master' into rbenv-20151121
2015-11-21 04:21:14 +00:00
Britta
6e3dd80f15
Readme fixes: tiny copyedits
...
Removing an extra comma in "There are some systems, where the", and adding another "the" to "toward the end of shell configuration file".
2015-11-18 16:50:03 -08:00
Britta
d5a5cd1aae
Readme fixes: clarifying Homebrew instructions
...
Adding a tip for how to view the Homebrew package caveats again if you skipped reading them.
Directing readers to additional next steps after installing pyenv via Homebrew.
2015-11-18 16:48:57 -08:00
Britta
195942f22e
Changing "neckbeard" to "advanced"
...
Many advanced users who enjoy reading detailed documentation may not really think of themselves as "neckbeards", even in a jokey way, so naming this section with a simple, familiar (and easy-to-translate!) name may encourage more people to read it. :)
2015-11-17 16:51:03 -08:00