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
Britta
daaa1aab6d
Readme fixes: correcting errors
...
Correcting instructions for installing Python versions (removing "download and unpack the source").
Fixing links to #pyenv-shell, #pyenv-local, and #pyenv-global - linking them to the appropriate sections of the COMMANDS.md page.
2015-11-17 16:35:35 -08:00
Yamashita, Yuu
cb65df8bec
Specify branch for build status
2015-11-04 12:14:10 +00:00
Fengyuan Chen
53bc95314c
add proxy usage note
2015-09-24 21:46:34 +08:00
Yamashita, Yuu
e034c80388
Update Python versions in sample image
2015-09-23 00:29:49 +09:00
The Gitter Badger
10ab381fb6
Add Gitter badge
2015-09-21 02:43:40 +00:00
Nik Nyby
8e276a009e
fix typo in readme
2015-06-22 18:54:03 -04:00
Mislav Marohnić
46fbc5414a
Provide uninstall instructions in the README
2015-06-09 23:31:01 +02:00
Nathan Henrie
17c153b1c1
Details on multiple Python2 and Python3 versions.
...
Add detail regarding activating multiple Python2 and Python3 versions simultaneously.
2015-04-17 16:59:04 -06:00
Yamashita Yuu
71c9ff565b
Added note about where to place pyenv init -
in shell configuration file ( #313 )
2015-04-15 22:41:09 +09:00
Mislav Marohnić
7ad01b2b48
Document rbenv environment variables
...
Closes #699 , fixes #666 [ci skip]
2015-03-13 01:14:24 -07:00
Lorenzo Manacorda
c54fa3731f
Remove dead links to Version history and License
...
Cfr. #688
2015-02-26 11:39:31 +01:00
Mislav Marohnić
4d0c289287
Merge pull request #688 from sstephenson/readme-no-history
...
Remove history, license information from README
2015-02-25 11:50:39 +13:00
Adam Prescott
9ae8ba8a29
Update README to make rbenv version consistent with previous versions
output
...
The `rbenv versions` info highlights 1.9.3-p327 as the current version, and
making `rbenv version` sample output match that helps make it clearer.
2015-02-16 10:56:38 -05:00
Grégoire Pineau
70c6d3f67e
[README] Updated link to bundler.io
2015-02-16 04:03:08 +01:00
Mislav Marohnić
b155380a06
Remove license information from README
...
The license information is already present in the LICENSE file.
2015-01-29 02:10:28 -08:00
Mislav Marohnić
cd60df52af
Remove rbenv version history from README
...
We won't maintain it anymore. Instead, the changelogs can be obtained
from the project's Releases page: https://github.com/sstephenson/rbenv/releases
2015-01-29 02:09:05 -08:00
cloudlite
dbd50e7bd9
Update README.md - clone through https instead of git
...
git:// protocol is blocked by a lot of servers, https works fine.
2015-01-19 20:51:18 -05:00
Jeremy Brudvik
7535efe031
Use better image for Travis build status
2015-01-13 19:53:29 -08:00
Arnav Kumar
f28b3ee123
Update README.md
...
Made it consistent with the rbenv documentation by having the cloning step in the installation clone it directly into the home directory.
2014-12-18 11:41:25 +08:00
Yamashita Yuu
ee4182321e
Update python versions in README
2014-11-05 09:17:05 -08:00
Yamashita, Yuu
661a2b29d3
Merge pull request #236 from blueyed/doc-mention-pyenv-pip-rehash
...
README: mention https://github.com/yyuu/pyenv-pip-rehash
2014-11-05 09:14:35 -08:00
Yamashita, Yuu
8c503c6e75
Merge pull request #237 from blueyed/doc-recent-python-versions
...
doc: use recommended python versions
2014-11-05 09:13:55 -08:00
Konstantin Tretyakov
96c0362b53
Warn about #264 in the README
2014-11-04 18:54:19 +02:00
Daniel Hahler
04ce9bcd5c
doc: use recommended python versions
2014-09-11 12:56:56 +02:00
Daniel Hahler
4cf93df059
README: mention https://github.com/yyuu/pyenv-pip-rehash
2014-09-11 12:55:39 +02:00
Daniel Hahler
8595df4e18
minor: remove trailing whitespace
2014-09-03 02:51:22 +02:00
Daniel Hahler
200adac02f
doc: note about using multiple versions
...
Add a note about how to activate/use multiple versions to the main
README, to the "Choosing the Python Version" section.
2014-09-03 02:47:57 +02:00
Zearin
5c6a812b86
README.md: Add dividers between major sections
2014-03-20 09:19:11 -04:00
Zearin
650c9a3d6e
README.md: Minor formatting
2014-03-20 09:17:53 -04:00
Zearin
0933c40179
Move command reference to COMMANDS.md
2014-03-20 09:13:15 -04:00
Tony
d1f78c2716
README.md: Minor edits and formatting
2014-03-19 15:00:54 -04:00
Ehtesh Choudhury
7ed908bad1
Addendum for pyenv install
usage
...
This gives users an idea of which versions of python are available. Other version managers ([nvm](https://github.com/creationix/nvm ), [rvm](https://rvm.io/rubies/list ), etc) tell users how to list available versions as well.
2014-03-03 17:11:23 -05:00
Ezequiel Bertti
6ee219b9c7
add automatic install by pyenv-installer
2014-02-21 00:57:42 -03:00
Yamashita Yuu
20e5404248
Update README about usage with multiple versions ( #92 )
2014-01-29 18:00:56 +09:00
Yamashita Yuu
56c58e2778
Modernize python versions in README
2014-01-29 17:54:01 +09:00
Yamashita Yuu
34087d03ec
Add build status badge
2014-01-08 21:47:36 +09:00
Jonathan Dean
09ec276a85
Change 'Advanced Configuration' reference to 'How rbenv hooks into your shell'
2013-12-14 16:38:25 -05:00
Jonathan Dean
590b19a1b1
Remove Neckbeard reference in favor of Advanced
2013-12-13 14:06:44 -05:00
Omer Katz
80b8508dbc
Added a link about the common build problems.
2013-11-20 18:16:03 +02:00
Gunes
ff23666d56
typo: remove "v" (version prefix)
2013-10-03 22:18:43 +02:00
Mislav Marohnić
16c3e0ddac
tweak installation instructions
...
Provide an `rbenv install` example and explanation lower down, so that
both folk that are following git install and Homebrew install will
finish at the same section and learn how to use ruby-build.
Also remove step 6 of manual install process: `rbenv rehash`. It's
unnecessary at that point, even if they already did `rbenv install`
(which rehashes automatically).
Fixes #455 , closes #456
2013-10-03 20:52:13 +02:00