Yamashita Yuu
abfda4bac9
Fix issues with manual activation of virtual environments ( #34 )
2014-07-04 22:55:06 +09:00
Yamashita Yuu
be18fd294e
Fix virtualenv-prefix when the version is system
2014-07-04 22:44:08 +09:00
Yamashita Yuu
d4ce853e94
Display information on automatic (de)?activation
2014-07-04 22:44:05 +09:00
Yamashita Yuu
58ed045796
s/QUIET/NOERROR/g
2014-07-04 22:10:35 +09:00
Yamashita Yuu
c2b5bbd19a
Fix fish syntax error at else
2014-07-04 20:51:31 +09:00
Yamashita Yuu
f0c400b669
Add --quiet option to activate and deactivate
2014-07-04 20:47:10 +09:00
Yamashita Yuu
5b3b909089
Exit as error on deactivation failures
2014-07-04 20:33:37 +09:00
Yamashita Yuu
0b5e0cf592
Unset shell version only if the deactivate has invoked
2014-07-04 20:27:55 +09:00
Yamashita Yuu
c09a6d3d6c
Exit as error on activation failures
2014-07-04 20:23:29 +09:00
Yamashita Yuu
e2e69b3b38
Create backup of original virtualenv within $(pyenv root)/versions when --upgrade
2014-07-01 21:24:54 +09:00
Yamashita Yuu
008a9820bb
Refactor --upgrade feature with virtualenv
2014-07-01 21:23:37 +09:00
Yamashita, Yuu
c68685a12f
Merge pull request #33 from yyuu/restore-deactivate
...
Use `PYENV_DEACTIVATE` to store which virtualenv has been deactivated (fixes #32 )
2014-07-01 12:21:59 +09:00
Yamashita Yuu
08b4c94f85
Use PYENV_DEACTIVATE to store which virtualenv has been deactivated ( #32 )
2014-06-30 23:03:37 +09:00
Yamashita Yuu
7079cbe979
Fix broken setenv in pyenv-virtualenv-init
2014-06-30 21:35:53 +09:00
Yamashita Yuu
763696b3fb
Expand install_virtualenv for code simplicity
2014-06-28 19:13:04 +09:00
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
1a4fa48106
Merge pull request #31 from yyuu/remove-virtualenv-upgrade
...
Remove `--upgrade` feature since it is less useful
2014-06-28 17:51:27 +09:00
Yamashita Yuu
7a6325f8a4
Display deprecated warnings when --upgrade has given with virtualenv
2014-06-28 17:49:43 +09:00
Yamashita Yuu
1944479bdf
Merge branch 'ensurepip'
2014-06-28 01:04:56 +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
467e9da3a8
Merge pull request #30 from danse/patch-1
...
Add manual activation example
2014-06-26 11:20:51 +09:00
danse
5168aacdc0
Add manual activation example
2014-06-25 18:41:46 +02:00
Yamashita Yuu
877aba8ae7
Refactoring around SETUPTOOLS_VERSION and PIP_VERSION
2014-06-21 02:05:14 +09:00
Yamashita, Yuu
f5cfc95809
Merge pull request #27 from yyuu/bootstrap.pypa.io
...
Download ez_setup.py and get-pip.py from https://bootstrap.pypa.io/
2014-06-16 11:28:43 +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 )
v20140615
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
56a3225d6c
Merge branch 'issue26'
2014-06-15 20:16:09 +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
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
e853f74b26
Fix test cases around create_symlinks
2014-06-12 20:35:46 +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
55a2a9e482
Read shell profile from $TMP during tests
2014-06-05 00:16:41 +09:00
Yamashita Yuu
b258bfa907
Display notice about virtualenv-init in activate
2014-06-05 00:08:21 +09:00
Yamashita, Yuu
8838bae3bc
Merge pull request #24 from yyuu/automatic-activation
...
Automatic activation
2014-06-04 20:51:05 +09:00
Yamashita Yuu
b7535395e8
Update README
2014-06-04 20:48:22 +09:00
Yamashita Yuu
6761ed09cd
Add test for pyenv-virtualenv-init
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
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
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
Yamashita, Yuu
b9e2fc6acb
Merge pull request #23 from fgimian/fish-activation-fix
...
Repaired virtualenv activation and deactivation for the fish shell
2014-05-31 14:19:02 +09:00
Fotis Gimian
21a8745bcf
Updated tests to correctly pass for fish shell bug fix
2014-05-31 15:15:45 +10:00
Fotis Gimian
f7da0c5808
Repaired virtualenv activation and deactivation for the fish shell
2014-05-31 12:29:19 +10:00