Yamashita Yuu
0580d566d4
Remove a call of create_symlinks after the upgrade of existing virtualenv.
...
The `pyenv-virtualenv` only takes care about the name of executables of `python`,
`setuptools` and `pip`.
2014-06-28 17:53:02 +09:00
Yamashita Yuu
7a6325f8a4
Display deprecated warnings when --upgrade has given with virtualenv
2014-06-28 17:49:43 +09: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
877aba8ae7
Refactoring around SETUPTOOLS_VERSION and PIP_VERSION
2014-06-21 02:05:14 +09:00
Yamashita Yuu
2fc7e62b78
Use https://bootstrap.pypa.io/ez_setup.py and https://bootstrap.pypa.io/get-pip.py
2014-06-16 11:22:39 +09:00
Yamashita Yuu
ea18a1b283
v20140615 ( fixes #26 )
2014-06-15 20:20:29 +09:00
Yamashita Yuu
dcb5371f07
Merge branch 'workaround-for-pyenv-which-ext'
2014-06-15 20:16:25 +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
d9e3adc108
Performe as same as before v20140614 if pyenv virtualenv-init is not configured ( #26 )
2014-06-15 16:43:50 +09:00
Yamashita Yuu
4a6ef11349
v20140614
2014-06-14 14:45:57 +09:00
Yamashita Yuu
21e999cc7c
Fix deactivation issue with system version
...
$ pyenv global system
$ pyenv shell venv
(venv) $ pyenv shell --unset
(venv) $ pyenv version
system (set by /home/yamashita/.pyenv/version)
(venv) $ pyenv which python
/home/yamashita/.pyenv/versions/venv/bin/python # <-- should be `/usr/bin/python` (system)
2014-06-13 19:30:37 +09:00
Yamashita Yuu
fe5e69846e
Create symlinks for executables with version suffix
2014-06-12 20:35:44 +09:00
Yamashita Yuu
c17e4ec9a4
style
2014-06-05 19:31:10 +09:00
Yamashita Yuu
7828a15066
Use pyenv-virtualenv-init to show caveats
2014-06-05 00:17:06 +09:00
Yamashita Yuu
b258bfa907
Display notice about virtualenv-init in activate
2014-06-05 00:08:21 +09:00
Yamashita Yuu
8a837758dc
activate: invoke pyenv shell only if the arguments passed
2014-06-04 15:24:36 +09:00
Yamashita Yuu
ea120da0c5
fish: Suppress annoying stderr outputs from pyenv-sh-activate
2014-06-04 15:24:34 +09:00
Yamashita Yuu
af6c157a79
Add eval "$(pyenv virtualenv-init -)" to setup _precmd_ for user's shell
2014-06-04 15:24:12 +09:00
Yamashita Yuu
c9043920db
v20140602
2014-06-02 21:42:27 +09:00
Yamashita Yuu
26f2004abb
Add semicolon for the deactivate scripts for non-fish
2014-06-02 16:02:39 +09:00
Fotis Gimian
f7da0c5808
Repaired virtualenv activation and deactivation for the fish shell
2014-05-31 12:29:19 +10:00
Yamashita Yuu
3f5171e2fc
Use new style GH raw url to avoid redirects (raw.github.com -> raw.githubusercontent.com)
2014-04-30 11:52:15 +09:00
Yamashita Yuu
579f4784c8
v20140421 ( fixes #19 )
2014-04-21 20:24:25 +09:00
Yamashita Yuu
2cab533652
Use virtualenv instead of pyvenv if -p has given ( yyuu/pyenv#158 )
2014-04-20 15:24:40 +09:00
Yamashita Yuu
a958640776
Fix completion of pyenv activate ( fixes #15 )
2014-02-03 14:49:47 +09:00
Yamashita Yuu
503a51564e
Display error if pyenv activate was invoked as a command
2014-01-25 19:14:58 +09:00
Yamashita Yuu
1d291c7c4c
v20140123
2014-01-23 19:09:40 +09:00
Yamashita Yuu
4feb64e8d3
Display the version of pyvenv if USE_PYVENV is set
2014-01-23 14:51:56 +09:00
Yamashita Yuu
826a7e1a37
Unset PIP_REQUIRE_VENV before executing pip install. ( #10 )
2014-01-22 20:08:11 +09:00
Yamashita Yuu
a40cbc8acd
Add tests for pyenv-virtualenv-prefix
2014-01-21 01:27:03 +09:00
Yamashita Yuu
d0685addc1
Add tests for activate and deactivate
2014-01-21 00:37:33 +09:00
Yamashita Yuu
2aa207ede0
Add prepare_upgrade and upgrade
2014-01-18 18:04:59 +09:00
Yamashita Yuu
1cbcee3fc8
Add HAS_VIRTUALENV, HAS_PYVENV and USE_PYVENV
2014-01-18 18:04:45 +09:00
Yamashita Yuu
e7cc57acb8
Preserve original IFS
2014-01-18 18:01:34 +09:00
Yamashita Yuu
dc7b6abfde
Display messages only on verbose mode
2014-01-18 18:00:59 +09:00
Yamashita Yuu
64b2545d5e
Hide useless output from pyenv-virtualenv-prefix
2014-01-17 22:43:03 +09:00
Yamashita Yuu
f9d3984909
Hide output from declare -f deactivate
2014-01-17 22:39:37 +09:00
Yamashita Yuu
85959c735d
Add sh commands to activate/deactivate virtualenv into current shell
2014-01-17 20:17:15 +09:00
Yamashita Yuu
4e61656e9d
Modify error messages
2014-01-17 20:17:05 +09:00
Yamashita Yuu
c7da5d53bb
Should not exit with error if virtualenv_is_pyvenv returns with non-zero ( fixes #8 )
2014-01-17 11:39:26 +09:00
Yamashita Yuu
fc01a3d475
Use ensurepip if available
2014-01-16 18:33:02 +09:00
Yamashita Yuu
6b712a95cb
v20140110.1
2014-01-10 15:36:42 +09:00
Yamashita Yuu
fa9950aa5b
v20140110
2014-01-10 11:35:19 +09:00
Yamashita Yuu
124645e84c
Use ez_setup.py and get_pip.py on filesystem if exist
2014-01-09 18:46:44 +09:00
Yamashita Yuu
ec60d5dfcb
Support a short option of virtualenv: -p
2014-01-09 11:19:39 +09:00
Yamashita Yuu
d96a00ece3
v20131216
2013-12-16 13:58:10 +09:00
Yamashita Yuu
a4ce544798
Remove embeded version string of setuptools/pip.
2013-07-17 16:03:31 +09:00
Yamashita Yuu
16a4a8d37e
Update setuptools (0.8 -> 0.9.5)
2013-07-17 15:52:32 +09:00
Yamashita Yuu
8d4b901250
update setuptools (0.7.7 -> 0.8)
2013-07-08 16:30:07 +09:00