pyenv.pyenv-virtualenv/test
Yamashita, Yuu 116e133c90 Activate a virtualenv of current version if specified version is not a virtualenv
```sh
% pyenv versions
  system
* miniconda3-3.16.0 (set by PYENV_VERSION environment variable)
  miniconda3-3.16.0/envs/venv
% pyenv activate venv
pyenv-virtualenv: deactivate miniconda3-3.16.0
pyenv-virtualenv: activate miniconda3-3.16.0/envs/venv
```
2015-11-27 00:04:05 +00:00
..
stubs Add unittest 2014-01-18 18:19:53 +09:00
tmp Add .gitignore 2014-01-21 00:04:48 +09:00
activate.bats Activate a virtualenv of current version if specified version is not a virtualenv 2015-11-27 00:04:05 +00:00
conda-activate.bats Deactivation before activation should not return as non-zero (fixes #116) 2015-11-26 09:15:02 +00:00
conda-deactivate.bats Remove PYENV_DEACTIVATE (fixes #121) 2015-11-23 13:33:31 +00:00
conda-prefix.bats rename tests 2015-11-06 06:15:53 +00:00
deactivate.bats Remove PYENV_DEACTIVATE (fixes #121) 2015-11-23 13:33:31 +00:00
delete.bats Prevent removing symlinks bound to different version (#106) 2015-11-09 05:57:16 +00:00
hooks.bats Create virtualenv inside envs directory as similar as Anaconda 2015-11-04 14:56:01 +00:00
init.bats Change prompt after activate (#52) 2015-11-09 01:57:17 +00:00
installer.bats Add eval "$(pyenv virtualenv-init -)" to setup _precmd_ for user's shell 2014-06-04 15:24:12 +09:00
pip.bats Create virtualenv inside envs directory as similar as Anaconda 2015-11-04 14:56:01 +00:00
prefix.bats exits as error if the virtual environment doesn't have python executable (#104) 2015-11-26 10:34:32 +00:00
python.bats Create virtualenv inside envs directory as similar as Anaconda 2015-11-04 14:56:01 +00:00
pyvenv.bats Create virtualenv inside envs directory as similar as Anaconda 2015-11-04 14:56:01 +00:00
test_helper.bash exits as error if the virtual environment doesn't have python executable (#104) 2015-11-26 10:34:32 +00:00
version.bats Remove PYENV_DEACTIVATE (fixes #121) 2015-11-23 13:33:31 +00:00
virtualenv.bats Basically / should not be allowed as a part of name of virtualenv 2015-11-23 09:38:39 +00:00
virtualenvs.bats Treat all versions with activate script as a virtual environment 2015-11-04 13:07:46 +00:00