We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 704f08f commit 0fd8a16Copy full SHA for 0fd8a16
CHANGELOG.md
@@ -1,5 +1,12 @@
1
## Version History
2
3
+#### 20160716
4
+
5
+* Suppress activate/deactivate messages by default (#169, #170, #171)
6
++ Source conda package activate/deactivat scripts if exist (#173)
7
+* Use `source` in favor of `.` for `fish` (#175)
8
+* Use `python -m venv` instead of `pyvenv` due to deprecation of `pyvenv` after 3.6 (#184, #185)
9
10
#### 20160315
11
12
* Evaluate `${PATH}` when outputted code is eval'd. (#154)
bin/pyenv-virtualenv
@@ -9,7 +9,7 @@
# -f/--force Install even if the version appears to be installed already
#
-PYENV_VIRTUALENV_VERSION="20160315"
+PYENV_VIRTUALENV_VERSION="20160716"
13
14
set -e
15
[ -n "$PYENV_DEBUG" ] && set -x
0 commit comments