Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/pyenv/pyenv-virtualenv

a pyenv plugin to manage virtualenv (a.k.a. python-virtualenv)
https://github.com/pyenv/pyenv-virtualenv

update README

50403a674e128c283328f0527383a3766f0a1646 authored about 12 years ago by Yamashita Yuu <[email protected]>
enable creating virtualenv based on "system" python.

*NOTE*
change first argument of python-virtualenv to path to the python
executable, not a prefix...

83a85e019314fd9869e5eb99e9cf443c1e2ab410 authored about 12 years ago by Yamashita Yuu <[email protected]>
python 2.6 and older don't have "bin/python" as symlink.

so we must traverse files like "bin/python*" to obtain canonical name..

67fc864252ad88f1f87d6c31cd3dc17bf16e58c0 authored about 12 years ago by Yamashita Yuu <[email protected]>
create virtualenv by actual executable name such as `python2.7` or `pypy`.

bd38d39ea46c8a3581cdaee5d7645e58646ab873 authored about 12 years ago by Yamashita Yuu <[email protected]>
ignore cache files generated by python3 and jython.

ed5f3eef77b208b8029490d43cd940ff205482ab authored about 12 years ago by Yamashita Yuu <[email protected]>
create project

edc686ad7fc5da3084b53c6f00da7de87fbcf1dd authored about 12 years ago by Yamashita Yuu <[email protected]>