Yamashita, Yuu
8038659299
Create virtualenv inside envs directory as similar as Anaconda
2015-11-04 14:56:01 +00:00
Yamashita, Yuu
249759aa04
add foolproof for -p argument.
...
find proper source version from pyenv if the given executable is only
basename or is a shim script.
2015-10-06 13:53:43 +00:00
Yamashita, Yuu
7b34f7234e
Fix broken test
2015-07-20 19:14:57 +09:00
Yamashita, Yuu
e535faea4d
Ignore user's site-packages on ensurepip/get-pip ( #89 )
...
https://www.python.org/dev/peps/pep-0370/
2015-07-20 19:05:52 +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
a02eb0a396
Calling create_symlinks after ensurepip is unnecessary
...
Install script of setuptools-6.1/pip-1.5.6 will create those links if needed
2014-10-19 10:59:52 +09:00
Daniel Hahler
86046fd4e8
Do not allow whitespace in VIRTUALENV_NAME
...
While this could work in general, it fails in the end, because
whitespace is not allowed/supported in the shebang line with the
scripts in the created virtualenv.
2014-09-03 23:28:46 +02:00
Yamashita Yuu
bad4507541
Run _ensurepip_ after the every creation of virtualenv/pyvenv
2014-06-28 01:03:33 +09:00
Yamashita Yuu
7c8805c343
Use same _ensurepip_ logic as python-build
2014-06-28 00:49:04 +09:00
Yamashita Yuu
dc12a345d8
Workaround for the issue with pyenv-which-ext (refs #26 )
2014-06-15 18:36:21 +09:00
Yamashita Yuu
e853f74b26
Fix test cases around create_symlinks
2014-06-12 20:35:46 +09:00
Yamashita Yuu
dcd3b12a97
Add unittest
2014-01-18 18:19:53 +09:00