Charlie (cshen.dev)
387f627464
docs: fix the link to Pyenv shell setup steps ( #516 )
tests / tests (macos-13) (push) Has been cancelled
tests / tests (macos-14) (push) Has been cancelled
tests / tests (macos-15) (push) Has been cancelled
tests / tests (ubuntu-22.04) (push) Has been cancelled
tests / tests (ubuntu-24.04) (push) Has been cancelled
2025-09-22 08:36:00 +03:00
Seokhee Park
4b3f5f8468
docs: add WSL note about core.autocrlf to prevent CRLF issues ( #512 )
tests / tests (macos-13) (push) Has been cancelled
tests / tests (macos-14) (push) Has been cancelled
tests / tests (macos-15) (push) Has been cancelled
tests / tests (ubuntu-22.04) (push) Has been cancelled
tests / tests (ubuntu-24.04) (push) Has been cancelled
2025-05-17 10:19:25 +03:00
Zac Holland
28cd9be54e
README: fix and distinguish syntax highlighting in Bash vs Fish snippets ( #489 )
...
tests / tests (macos-13) (push) Has been cancelled
tests / tests (macos-14) (push) Has been cancelled
tests / tests (ubuntu-20.04) (push) Has been cancelled
tests / tests (ubuntu-22.04) (push) Has been cancelled
Co-authored-by: native-api <vano@mail.mipt.ru >
2024-09-18 22:08:52 +03:00
Jovier Jimenez
d4c9655e26
Add prompt customization ( #476 )
tests / tests (macos-13) (push) Has been cancelled
tests / tests (macos-14) (push) Has been cancelled
tests / tests (ubuntu-20.04) (push) Has been cancelled
tests / tests (ubuntu-22.04) (push) Has been cancelled
2024-09-15 09:40:44 +03:00
Alex Galonsky
cf45718a1b
README: Remove dollar signs from commands that are meant to be copied ( #481 )
2024-06-27 20:16:45 +03:00
Elijah Lynn
cd6a51ad68
Add fish install oneliner ( #322 )
...
Co-authored-by: Ivan Pozdeev <vano@mail.mipt.ru >
2023-04-17 00:01:19 +03:00
P M
177eb67af3
Enhance documentation about options for pyenv virtualenv ( #425 )
...
Co-authored-by: Ivan Pozdeev <vano@mail.mipt.ru >
2022-10-12 22:12:21 +03:00
native-api
582b693c11
Fix installation steps to allow for Pyenv 2
...
The text included info on Pyenv startup which is now outdated and incorrect.
Closes https://github.com/pyenv/pyenv/issues/1947 , https://github.com/pyenv/pyenv-virtualenv/issues/387
2021-05-26 00:49:31 +03:00
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