Commit graph

96 commits

Author SHA1 Message Date
Ivan Pozdeev 90f7b999ff ~/.*rc should be modified instead of ~/.*profile
Otherwise, there's no effect for non-login interactive shells
2021-05-09 20:16:35 +03:00
Yamashita, Yuu bfdeb31d78
Merge pull request #238 from pgrzesik/master
Add other way of deleting existing virtualenv
2019-01-12 07:51:41 +09:00
Fabian Homborg cec39359ec
Improve fish installation instructions
`psub` here is entirely unnecessary.
2018-10-31 13:22:46 +01:00
Alan Yee be6d917f16
Update README.md
-Replace Mac OS X with macOS
-Added links
2018-10-29 21:54:24 -07:00
Brad Hurley 8310e73b43 Updating ReadMe to include information for Fish 2018-08-21 12:04:51 -04:00
Yuma Inaura (稲浦悠馬) aa9baa8e03 update README about PYENV_VIRTUALENV_VERBOSE_ACTIVATE 2018-07-06 07:31:34 +09:00
Adam Scharf 94b2c9d5d6
Move pyenv note to its own line 2017-12-06 10:35:35 -05:00
Piotr Grzesik a0b17033fc Add other way of deleting existing virtualenv 2017-10-16 22:08:34 +02:00
Honza Pokorny 74bc08b7dc Add a note about virtualenv-init for fish users 2017-09-26 08:31:48 -03:00
Ben Creasy 1593b0e6b0 Be more explicit about .python-version file
When I came back to this after a few months - despite setting it up properly previously - I was a bit confused since I'm so used to setting an actual Python version in `.python-version` files. Explain exactly how the file should look.
2017-06-20 23:44:53 -07:00
Yamashita, Yuu 252d6763f9 Update build status link target 2017-03-06 04:43:41 +00:00
Yamashita, Yuu 832244fe13 Update project URL to https://github.com/pyenv/pyenv-virtualenv 2017-03-06 04:16:48 +00:00
massongit f9b1814b82 Fix the installation command of README.md 2017-01-31 12:38:21 +09:00
Yamashita, Yuu 7dc9f78589 sed -e s/pyvenv/venv/g README.md [ci skip] 2016-07-16 05:49:41 +00:00
Marco Buttu 4f39ac4623 "pyenv virtualenvs" lists two entries for each virtualenv 2016-03-05 08:50:10 +01:00
Kerstin Kollmann efe6d6757c clarify how auto-activation works (requirements) 2016-01-02 16:31:37 +01:00
Lee Clemens a64f194163 Add envs/*/my-virtual-env dir for uninstall
Both directories need to be deleted or a subsequent install with the same name will fail

pyenv install 3.4.3 my-virtual-env:
rm -rf ~/.pyenv/versions/my-virtual-env ~/.pyenv/versions/3.4.3/my-virtual-env
2015-12-06 12:11:08 -05:00
Yamashita, Yuu b9d17df337 pyenv-which-ext isn't necessary for Anaconda since latest pyenv has built-in hook 2015-12-03 09:55:25 +00:00
Yamashita, Yuu a67be6dbe7 Update README about conda create 2015-11-27 04:55:04 +00:00
The Gitter Badger 34ee1a47d7 Add Gitter badge 2015-11-22 02:17:12 +00:00
Yamashita, Yuu 2a8d0f40b4 Update README.md 2015-11-06 19:41:48 +09:00
Yamashita, Yuu 7931f6c766 Specify branch for build status 2015-11-04 12:15:02 +00:00
Yamashita, Yuu 164925ca3c change to SVG build status 2015-10-06 14:02:49 +00:00
Aristide Niyungeko 4776fe4e04 update init step in brew installation instructions
This fixes issue: https://github.com/yyuu/pyenv-virtualenv/issues/36
2015-07-27 14:58:46 -07:00
keik 662b3e7d2f Apply code blocks style 2015-07-24 09:46:23 +09:00
Yamashita, Yuu 856098bf55 Separate change log from README 2015-07-21 10:14:48 +09:00
Yamashita, Yuu b5c4131993 fix markdown 2015-07-19 21:37:50 +09:00
Yamashita, Yuu 90531a6a48 v20150719 2015-07-19 18:22:34 +09:00
Yamashita, Yuu a04522204d Update README 2015-07-19 18:17:49 +09:00
Yamashita Yuu e261806f96 Skip installing setuptools explicitly with using ez_setup.py (yyuu/pyenv#381)
It will be done by `get-pip.py` and we don't have to do anything explicitly.
2015-05-27 00:06:16 +09:00
Yamashita Yuu 9a52f9fb5d v20150526
First release after my son's birth....
2015-05-27 00:01:13 +09:00
Simeon Filipov 9544c8b178 Link to English venv documentation
Currently the link to venv points to the Japanese version of the Python documentation.
Change this link to the English version of the Python documentation.
2015-04-24 01:51:15 +01:00
Yamashita Yuu 32e5a73345 v20150119 2015-01-19 00:53:19 +09:00
Yamashita, Yuu 593268b988 Merge pull request #59 from blueyed/doc-fixes
Some doc fixes: typos, grammar, clarification and formatting
2014-12-14 20:51:29 +09:00
Clinton Christian 11a86ad7d7 Remove white space. 2014-12-13 16:44:03 -05:00
Daniel Hahler 99145752f3 Some doc fixes: typos, grammar, clarification and formatting 2014-12-12 02:41:04 +01:00
Clinton Christian 1da2fe09c2 Update read to include pyenv-init - note. 2014-12-11 16:18:43 -05:00
Yamashita Yuu ad644e83b5 v20141106 2014-11-06 09:47:54 -08:00
Yamashita Yuu 0786c7c5b6 The pyenv virtualenv-init is not always necessary (#42)
It is necessary only if user want automatic fashion of activation.
If the users of pyenv-virtualenv doesn't need the feature, they can
omit the configuration safely.
2014-11-03 08:48:42 -08:00
Yamashita Yuu 1d36ef2f68 v20141012 2014-10-12 21:55:47 +09:00
Morgan Evans 909e4de414 added instructions for deleting virtualenvs 2014-09-05 12:09:33 -04:00
Yamashita Yuu fa04d6f9df Add notes on pyvenv in README 2014-07-11 20:30:43 +09:00
Yamashita Yuu 7aa5d13633 v20140705 2014-07-05 17:26:53 +09:00
danse 5168aacdc0 Add manual activation example 2014-06-25 18:41:46 +02:00
Yamashita Yuu ea18a1b283 v20140615 (fixes #26) 2014-06-15 20:20:29 +09:00
Yamashita Yuu 4a6ef11349 v20140614 2014-06-14 14:45:57 +09:00
Yamashita Yuu b7535395e8 Update README 2014-06-04 20:48:22 +09:00
Yamashita Yuu 8a837758dc activate: invoke pyenv shell only if the arguments passed 2014-06-04 15:24:36 +09:00
Yamashita Yuu c9043920db v20140602 2014-06-02 21:42:27 +09:00
Yamashita Yuu 579f4784c8 v20140421 (fixes #19) 2014-04-21 20:24:25 +09:00