Skip to content

Commit 832244f

Browse files
committed
1 parent 61a5c7f commit 832244f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
[![Build Status](https://travis-ci.org/yyuu/pyenv-virtualenv.svg?branch=master)](https://travis-ci.org/yyuu/pyenv-virtualenv)
66

7-
pyenv-virtualenv is a [pyenv](https://github.com/yyuu/pyenv) plugin
7+
pyenv-virtualenv is a [pyenv](https://github.com/pyenv/pyenv) plugin
88
that provides features to manage virtualenvs and conda environments
99
for Python on UNIX-like systems.
1010

1111
(NOTICE: If you are an existing user of [virtualenvwrapper](http://pypi.python.org/pypi/virtualenvwrapper)
12-
and you love it, [pyenv-virtualenvwrapper](https://github.com/yyuu/pyenv-virtualenvwrapper) may help you
12+
and you love it, [pyenv-virtualenvwrapper](https://github.com/pyenv/pyenv-virtualenvwrapper) may help you
1313
(additionally) to manage your virtualenvs.)
1414

1515
## Installation
@@ -31,7 +31,7 @@ From inside that directory you can:
3131
1. **Check out pyenv-virtualenv into plugin directory**
3232

3333
```sh
34-
$ git clone https://github.com/yyuu/pyenv-virtualenv.git $(pyenv root)/plugins/pyenv-virtualenv
34+
$ git clone https://github.com/pyenv/pyenv-virtualenv.git $(pyenv root)/plugins/pyenv-virtualenv
3535
```
3636

3737
2. (OPTIONAL) **Add `pyenv virtualenv-init` to your shell** to enable auto-activation of virtualenvs. This is entirely optional but pretty useful. See "Activate virtualenv" below.
@@ -129,7 +129,7 @@ There are two entries for each virtualenv, and the shorter one is just a symlink
129129
Some external tools (e.g. [jedi](https://github.com/davidhalter/jedi)) might
130130
require you to `activate` the virtualenv and `conda` environments.
131131
132-
If `eval "$(pyenv virtualenv-init -)"` is configured in your shell, `pyenv-virtualenv` will automatically activate/deactivate virtualenvs on entering/leaving directories which contain a `.python-version` file that lists a valid virtual environment. `.python-version` files denote local Python versions and can be created and deleted with the [`pyenv local`](https://github.com/yyuu/pyenv/blob/master/COMMANDS.md#pyenv-local) command.
132+
If `eval "$(pyenv virtualenv-init -)"` is configured in your shell, `pyenv-virtualenv` will automatically activate/deactivate virtualenvs on entering/leaving directories which contain a `.python-version` file that lists a valid virtual environment. `.python-version` files denote local Python versions and can be created and deleted with the [`pyenv local`](https://github.com/pyenv/pyenv/blob/master/COMMANDS.md#pyenv-local) command.
133133
134134
You can also activate and deactivate a pyenv virtualenv manually:
135135

0 commit comments

Comments
 (0)