Nik Nyby
8e276a009e
fix typo in readme
преди 11 години
Nathan Henrie
17c153b1c1
Details on multiple Python2 and Python3 versions.
Add detail regarding activating multiple Python2 and Python3 versions simultaneously.
преди 11 години
Yamashita Yuu
71c9ff565b
Added note about where to place `pyenv init -` in shell configuration file ( #313 )
преди 11 години
Lorenzo Manacorda
c54fa3731f
Remove dead links to Version history and License
Cfr. #688
преди 11 години
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.
преди 11 години
Grégoire Pineau
70c6d3f67e
[README] Updated link to bundler.io
преди 11 години
Mislav Marohnić
b155380a06
Remove license information from README
The license information is already present in the LICENSE file.
преди 11 години
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
преди 11 години
cloudlite
dbd50e7bd9
Update README.md - clone through https instead of git
git:// protocol is blocked by a lot of servers, https works fine.
преди 11 години
Jeremy Brudvik
7535efe031
Use better image for Travis build status
преди 11 години
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.
преди 11 години
Yamashita Yuu
ee4182321e
Update python versions in README
преди 11 години
Konstantin Tretyakov
96c0362b53
Warn about #264 in the README
преди 11 години
Daniel Hahler
04ce9bcd5c
doc: use recommended python versions
преди 12 години
Daniel Hahler
4cf93df059
README: mention https://github.com/yyuu/pyenv-pip-rehash
преди 12 години
Daniel Hahler
8595df4e18
minor: remove trailing whitespace
преди 12 години
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.
преди 12 години
Zearin
5c6a812b86
README.md: Add dividers between major sections
преди 12 години
Zearin
650c9a3d6e
README.md: Minor formatting
преди 12 години
Zearin
0933c40179
Move command reference to COMMANDS.md
преди 12 години
Tony
d1f78c2716
README.md: Minor edits and formatting
преди 12 години
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.
преди 12 години
Ezequiel Bertti
6ee219b9c7
add automatic install by pyenv-installer
преди 12 години
Yamashita Yuu
20e5404248
Update README about usage with multiple versions ( #92 )
преди 12 години
Yamashita Yuu
56c58e2778
Modernize python versions in README
преди 12 години
Yamashita Yuu
34087d03ec
Add build status badge
преди 12 години
Jonathan Dean
09ec276a85
Change 'Advanced Configuration' reference to 'How rbenv hooks into your shell'
преди 12 години
Jonathan Dean
590b19a1b1
Remove Neckbeard reference in favor of Advanced
преди 12 години
Omer Katz
80b8508dbc
Added a link about the common build problems.
преди 12 години
Gunes
ff23666d56
typo: remove "v" (version prefix)
преди 12 години
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
преди 12 години
Mislav Marohnić
0d216c2d82
remove `rbenv install` example; clarify manual compile
It can be confusing if people mistake the example as instructions to
install ruby-build with.
преди 12 години
Mislav Marohnić
a1fb5b1153
better Ubuntu Desktop installation instructions
Don't suggest that they add to their `.profile` anymore because:
1. They would have to restart the desktop session for their change to be
reflected, or source the file manually;
2. An error in `.profile` may prevent logging in;
3. The `rbenv()` shell function and shell completions won't be available
in Terminal since it doesn't start bash in login mode by default.
Therefore, suggest that they use `.bashrc` instead. This will be
immediately reflected in a new Terminal tab. If bash is started in login
mode somehow, the default `.profile` is set up to source `.bashrc` anyway.
Also, don't suggest restarting the shell environment with
`exec $SHELL -l`, since we don't know what was the original mode that
their shell was started in. (OS X Terminal.app will be login mode,
Ubuntu Terminal has non-login mode by default.) Mode can be checked with:
* bash: `shopt -q login_shell`
* zsh: `[[ $options[login] = "on" ]]`
But since this is gnarly, let's just avoid it altogether and go the
easy route.
Closes #305 , fixes #373 , reverts #286
преди 12 години
Ricardo Lüders
5c41dc3901
Ubuntu environment configuration
преди 13 години
Ryan Bigg
749f21e482
Install a more recent version of Ruby in README instructions
преди 13 години
Antonio Perez Barrero
3bf50856ce
Installation instructions for any installation directory.
Updated README.md contents so that installation instructions cover
not only the common case for installation directory, i.e. `~/.pyenv`
but any other at the user's choice.
преди 13 години
Stephen Davis
704548336a
Fix spelling error
преди 13 години
Aaron Stone
1cc75362d6
Clarify the search precedence for .ruby-version files.
Closes #432 [ci skip]
преди 13 години
Yamashita Yuu
106e4cae90
Homebrew homepage location changed
преди 13 години
Chun-wei Kuo
cc6c45d7fb
Fix formatting in the Homebrew section of README
преди 13 години
Almog Kurtser
c7208bf1ff
Homebrew homepage location changed
преди 13 години
Yamashita Yuu
b473f7a271
add CHANGELOG.md
преди 13 години
Yamashita Yuu
b726ace943
update README about Homebrew
преди 13 години
Marc Huffnagle
5130b41f5b
suggest cloning rbenv via https instead of git://
преди 13 години
Yamashita Yuu
3ff0785fe7
prepare README and install.sh for pyenv-version-ext
преди 13 години
keitaoouchi
907ddb614d
Support new versions(2.7.4, 3.2.5, 3.3.2).
преди 13 години
f440
bb2d058167
Support 2.7.4, 3.2.4, 3.3.1
преди 13 години
OZAWA Tsuyoshi
0eb1520707
Update README.md
преди 13 години
Mislav Marohnić
bb6bccb782
tests galore
преди 13 години
Yamashita Yuu
606346761f
s/python-virtualenv/pyenv-virtualenv/g in README.md
преди 13 години