Yamashita, Yuu
894d4af8a3
Show some warning on the use of PIP_VERSION
2018-03-29 00:59:01 +00:00
Yamashita, Yuu
980159f221
Use custom get-pip URL based on the target version ( pyenv/pyenv#1127 )
2018-03-29 00:39:30 +00:00
Yamashita, Yuu
cfb8691fc5
Refactoring
...
Manage `GET_PIP_URL` value at single place for readability.
2018-03-22 01:36:48 +00:00
Yamashita, Yuu
b1d0d72343
Unset PIP_VERSION before invoking get-pip.py as a workaround for invalid truth value error ( pyenv/pyenv-installer#70 )
2018-03-20 04:04:58 +00:00
Teake Nutma
393bcc36b8
Source conda 4.4.4 shell files
...
Conda 4.4.4 (https://github.com/conda/conda/releases/tag/4.4.0 )
made some changes on how to set up conda in the shell.
This commit addresses these.
This fixes some of the discussion in #178 .
2018-03-08 10:08:53 +01:00
Chris Larsen
52cb0b1086
evaluate force flag before testing if venv exists
...
fixes #161 , fixes #187
2017-09-08 15:27:49 -06:00
Yamashita, Yuu
4c8da67f02
v1.1.1
2017-08-24 00:30:36 +00:00
Yamashita, Yuu
e339fde2f3
Create virtualenv's bin directory explicitly to avoid CI failures
2017-08-22 23:04:39 +00:00
Yamashita, Yuu
e83a1f12c2
Generate pydoc executable after creating new virtualenv ( fixes #197 , pyenv/pyenv#963 )
2017-08-22 23:00:41 +00:00
Christoph Paulik
f64c8ed0dd
Set CONDA_PREFIX to make is useable in conda activate/deactivate scripts.
2017-07-20 15:53:55 +02:00
Yamashita, Yuu
e4d2c367cc
v1.1.0
2017-07-03 00:39:50 +00:00
Drummond Ogilvie
862be21a32
fish: use "set -gx" instead of "setenv" ( #218 )
...
Use `set -gx` instead of `setenv` for fish shell.
Fix test "activate if the first virtualenv is a virtualenv": it was asserting
the output was of bash form, but not specifying that in the test — it now does.
Fixes https://github.com/pyenv/pyenv-virtualenv/issues/216 .
2017-06-08 21:52:57 +02:00
yamotonalds
304dff741f
Fix typo
2017-02-18 22:06:05 +09:00
Yamashita, Yuu
a3bc42cb93
v1.0.0 ( yyuu/pyenv#520 )
2016-08-15 08:45:05 +00:00
Yamashita, Yuu
0fd8a161e6
v20160716
2016-07-16 07:00:03 +00:00
Yamashita, Yuu
8c7dd01954
Replaced pyvenv by -m venv
2016-07-16 06:50:50 +00:00
Yamashita, Yuu
187156d600
Use python -m venv instead on pyvenv in tests
2016-07-16 06:31:30 +00:00
Yamashita, Yuu
24b494a858
Use -m venv instead of pyvenv executable ( fixes #184 )
2016-07-16 05:46:43 +00:00
Yamashita, Yuu
5c2d7dc291
Use source in favor of . ( fixes #175 )
...
* https://github.com/yyuu/pyenv/pull/615
* https://github.com/fish-shell/fish-shell/issues/310
2016-05-30 00:13:49 +00:00
Yamashita, Yuu
d6bc583753
Source conda package activate/deactivat scripts if exist ( fixes #173 )
2016-05-24 00:39:40 +00:00
Yamashita, Yuu
1cb6bb06ef
Turn PYENV_VIRTUALENV_VERBOSE_ACTIVATE on if --verbose is given
2016-05-07 13:45:00 +00:00
Yamashita, Yuu
08cfea259c
Remove backward compat --no-error option
2016-05-07 13:40:48 +00:00
Yamashita, Yuu
c64aebef08
1) Made --quiet as opposite of --verbose 2) Suppress warning about prompts on --quiet
2016-05-07 13:40:32 +00:00
puhitaku
f627609419
Suppress activate/deactivate messages by default
2016-04-08 15:45:26 +09:00
shangsunset
7938c89aff
change minor typo in bin/pyenv-sh-activate
2016-03-25 17:02:33 -04:00
Yamashita, Yuu
1ce2e2d730
v20160315
2016-03-15 00:37:46 +00:00
Yamashita, Yuu
d3d6504e01
Set proper CONDA_DEFAULT_ENV for shorter name ( #160 )
2016-03-14 12:50:27 +00:00
Sean Fisk
dbbbc33206
Evaluate ${PATH} when outputted code is eval'd.
...
It was previously evaluated when 'pyenv virtualenv-init' is run.
2016-03-01 01:12:06 -05:00
Yamashita, Yuu
17ee6e72b6
v20160202
2016-02-02 08:47:11 +00:00
Yamashita, Yuu
1f761275cd
Install virtualenv 13.1.2 for CPython 3.2 ( yyuu/pyenv#531 )
2016-01-30 04:34:23 +00:00
Yamashita, Yuu
51ebc8ff8a
v20160112
2016-01-12 01:53:27 +00:00
Yamashita, Yuu
5963688fc4
v20151229
2015-12-29 09:13:51 +00:00
Yamashita, Yuu
13b7dc172a
need to use functions -q to check existence of the function in fish ( #136 )
2015-12-29 09:03:31 +00:00
Yamashita, Yuu
0b42fbc27d
v20151222
2015-12-22 10:38:02 +00:00
Yamashita, Yuu
9414a6bb30
Stop showing version not installed in precmd ( #49 )
2015-12-18 02:32:01 +00:00
Yamashita, Yuu
2d73d058bd
Fix wrong library path for virtualenv on PyPy/Jython ( fixes #134 )
2015-12-15 00:24:02 +00:00
Yamashita, Yuu
1e88df88a9
Rewrite virtualenv-prefix without executing python ( #132 )
2015-12-10 03:53:16 +00:00
Yamashita, Yuu
17d22e7a13
Add PYENV_VIRTUAL_ENV to check if the virtualenv has been activated via pyenv-virtualenv or not ( #128 )
2015-12-05 01:44:10 +00:00
Yamashita, Yuu
3fc832f4c7
Create virtualenv inside real_prefix
2015-12-04 00:43:10 +00:00
Yamashita, Yuu
aae3bf2786
Add workaround for rywyo/anyenv
2015-12-04 00:43:03 +00:00
Yamashita, Yuu
035f5185b5
Skip ensurepip if --no-setuptools, --no-pip or --without-pip is given ( fixes #127 )
2015-12-04 00:07:01 +00:00
Yamashita, Yuu
e230817496
Restored --no-error for compatibility with v20151103 and earlier
2015-12-02 23:59:41 +00:00
Yamashita, Yuu
6e91d75069
Stop showing message about pyenv virtualenv-init on activate ( #122 )
...
`pyenv virtualenv-init` is just an option. Always showing message about
it would be too much to do.
2015-12-02 23:49:07 +00:00
Yamashita, Yuu
6a2b77ed5b
Fix tests
2015-11-27 12:36:59 +00:00
Yamashita, Yuu
789c349570
Allow specifying python version for conda via -p or --python
2015-11-27 04:41:00 +00:00
Yamashita, Yuu
bad8dcf768
Use conda create to create virtualenv if the source version is a Anaconda/Miniconda
2015-11-27 04:32:34 +00:00
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
Yamashita, Yuu
1edff311d5
exits as error if the virtual environment doesn't have python executable ( #104 )
...
conda's environment might not have `python` executable. If the prefix
doesn't contain `python` in it, `pyenv-which` might be ran into infinite
loop if some of `which` hooks invoke `pyenv-virtualenv-prefix`.
2015-11-26 10:34:32 +00:00
Yamashita, Yuu
aae07d1318
Deactivation before activation should not return as non-zero ( fixes #116 )
2015-11-26 09:15:02 +00:00
Yamashita, Yuu
aea9eda680
Merge pull request #123 from yyuu/remove-pyenv-deactivate
...
Remove `PYENV_DEACTIVATE`
2015-11-26 14:06:14 +09:00
Yamashita, Yuu
5e92253943
Fix broken --skip-aliases
2015-11-25 12:04:48 +00:00
Yamashita, Yuu
0bbb12a3bf
Use glob to check if the virtualenv is inside pyenv's prefix or not
2015-11-24 00:04:18 +00:00
Yamashita, Yuu
4e9d697887
Suppress message about virtualenv-init if -quiet given ( fixes #122 )
2015-11-23 13:34:46 +00:00
Yamashita, Yuu
5f87786adf
Remove PYENV_DEACTIVATE ( fixes #121 )
...
This means that pyenv-virtualenv will not allow manual deactivation of
virtualenv if pyenv-virtualenv-init is enabled. This must be acceptable
since the activation of virtualenv is just setting of environment
variables in current implementation.
2015-11-23 13:33:31 +00:00
Yamashita, Yuu
f92a3a26c5
Add --skip-aliases to pyenv virtualenvs ( fixes #120 )
2015-11-23 12:06:22 +00:00
Yamashita, Yuu
59bc189bec
Basically / should not be allowed as a part of name of virtualenv
2015-11-23 09:38:39 +00:00
Yamashita, Yuu
caa5832b8a
Allow manual activation of virtualenvs inside $(pyenv-root)/versions ( #115 )
2015-11-16 02:29:46 +00:00
Yamashita, Yuu
83bc6a49e4
Restore variables set by activate script of virtualenv properly ( #150 )
...
The `activate` script does't export the variables of `_OLD_VIRTUAL_*`,
most the deactivation code needed to be moved to `sh-deactivate`.
2015-11-12 13:45:33 +00:00
Yamashita, Yuu
47feedc934
exits as 0 if there is some virtualenv outside from pyenv is already activated ( #114 )
2015-11-12 13:29:25 +00:00
Yamashita, Yuu
a73817eecc
Use canonical name for VIRTUAL_ENV as a workaround for IPython ( fixes #113 )
2015-11-12 00:29:26 +00:00
Yamashita, Yuu
0b9b19232a
Skip creating $(pyenv root)/versions/system/envs/ directory for virtualenv from system
2015-11-11 01:34:59 +09:00
Yamashita, Yuu
bb623bd8bf
Prevent removing symlinks bound to different version ( #106 )
2015-11-09 05:57:16 +00:00
Yamashita, Yuu
ee18ffac9f
Change prompt after activate ( #52 )
2015-11-09 01:57:17 +00:00
Yamashita, Yuu
c1b9238cbe
Reject creating a virtualenv named system ( yyuu/pyenv#475 )
2015-11-08 23:44:58 +00:00
Yamashita, Yuu
950a742be3
Add short options
2015-11-08 09:18:29 +00:00
Yamashita, Yuu
bdd52a79cd
Revert PYENV_DEACTIVATE for backward compatibility
2015-11-08 08:34:43 +00:00
Yamashita, Yuu
f7d1aa7d94
Allow activating first version of virtualenv even if there are multiple versions in pyenv ( #105 )
2015-11-08 06:32:28 +00:00
Yamashita, Yuu
0fa5de07c9
fix broken tests
2015-11-06 18:26:23 +00:00
Yamashita, Yuu
017d20ad91
remove unnecessary logic from init script
2015-11-06 17:58:09 +00:00
Yamashita, Yuu
7f33ddd911
prompt should be managed by users, not by tools
2015-11-06 17:34:21 +00:00
Yamashita, Yuu
8731e9bf14
replaced --no-error by --quiet
2015-11-06 17:33:40 +00:00
Yamashita, Yuu
bf7e9ba59a
Show activating... messages by default
2015-11-06 17:27:50 +00:00
Yamashita, Yuu
dfd1655069
add a script to hook source activate for Anaconda/Miniconda ( #103 )
2015-11-06 06:10:09 +00:00
Yamashita, Yuu
e489163f92
Merge pull request #106 from yyuu/uninstall-rehash-envs
...
Support uninstall and rehash of virtual environments created in `envs`
2015-11-05 18:40:46 +09:00
Yamashita, Yuu
5c9909f4c1
Merge pull request #107 from yyuu/create-virtualenv-in-envs
...
Create virtualenv inside `envs` directory as similar as Anaconda
2015-11-05 18:40:25 +09:00
Yamashita, Yuu
a233491f2b
Remove obsolete TODO comment
2015-11-05 01:58:44 +00:00
Yamashita, Yuu
c6a705b1d9
Setup CONDA_DEFAULT_ENV only if conda executable exists
2015-11-05 01:49:04 +00:00
Yamashita, Yuu
8038659299
Create virtualenv inside envs directory as similar as Anaconda
2015-11-04 14:56:01 +00:00
Yamashita, Yuu
0df362e8c8
Support deletion of virtualenv created in envs
2015-11-04 14:08:58 +00:00
Yamashita, Yuu
64ceee5c8e
Stop using virtualenv's activate script ( #69 )
2015-11-04 13:50:17 +00:00
Yamashita, Yuu
2ae921c253
Treat all versions with activate script as a virtual environment
2015-11-04 13:07:46 +00:00
Yamashita, Yuu
72cf0e1b1b
v20151103
2015-11-03 13:36:45 +00:00
Daniel Hahler
f594876f31
init: zsh: prepend hook to precmd_functions
...
This makes sure that $VIRTUAL_ENV is handled already in other precmd
functions, especially your prompt.
2015-11-02 17:52:59 +01:00
Bartosz Janda
f657fad926
Passing return value from executed command.
2015-10-15 20:37:00 +02:00
Yamashita, Yuu
6a6947659a
v20151006
2015-10-06 14:06:58 +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
Jeremy
a242067435
Fix pyenv-virtualenv-init script for fish where command was in string and not being evaluated
2015-09-24 14:06:20 +02: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
90531a6a48
v20150719
2015-07-19 18:22:34 +09:00
Yamashita, Yuu
b32d357353
Add tests for conda
2015-07-19 15:01:04 +09:00
Yamashita, Yuu
cdbf7c9972
activate "root" environment of anaconda/miniconda if environment name is not given
2015-07-19 04:19:34 +09:00
Yamashita, Yuu
25395f0331
activate: look for a conda environment if given name is not a pyenv's prefix
2015-07-19 03:38:48 +09:00
Yamashita, Yuu
be6701e7b6
Fix Error: too many arguments. on deactivating anaconda env
2015-07-19 01:04:23 +09:00
Yamashita, Yuu
65c74dbf2d
activate/deactivate anaconda/miniconda envs
2015-07-19 00:08:09 +09:00
Yamashita, Yuu
6132f4228e
*EXPERIMENTAL* a support for _envs_ created by anaconda/miniconda
2015-07-19 00:07:59 +09:00
Daniel Hahler
8ca45c0e0a
init: fix shell detection when invoked from a script
...
- fixes `ps` command to lookup parent process
- adds `assert_output_contains_not` test helper
Ref: https://github.com/yyuu/pyenv/issues/373
2015-06-26 20:47:08 +02:00
Yamashita Yuu
69fee6855d
Show error message if the source version is not installed ( #83 )
2015-06-27 02:19:28 +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
9a52f9fb5d
v20150526
...
First release after my son's birth....
2015-05-27 00:01:13 +09:00
Yamashita, Yuu
0ca01826e8
Merge pull request #78 from blueyed/shell-no-note-if-init
...
activate: do not display note if initialized already
2015-05-17 12:23:37 +09:00