Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

248 lignes
11 KiB

il y a 2 mois
il y a 5 mois
il y a 5 ans
il y a 5 ans
il y a 5 ans
il y a 6 ans
il y a 7 ans
il y a 7 ans
il y a 8 ans
il y a 8 ans
il y a 8 ans
il y a 8 ans
il y a 8 ans
il y a 8 ans
il y a 8 ans
il y a 7 ans
il y a 8 ans
il y a 9 ans
il y a 9 ans
  1. ## Version History
  2. #### 1.2.4
  3. * Fix failing to detect `-m venv` when "python" is not provided by the distro by @native-api in https://github.com/pyenv/pyenv-virtualenv/pull/479
  4. * README: Remove dollar signs from commands that are meant to be copied by @galonsky in https://github.com/pyenv/pyenv-virtualenv/pull/481
  5. * Reflect pyenv-latest switch change in 2.4.8 by @native-api in https://github.com/pyenv/pyenv-virtualenv/pull/484
  6. #### 1.2.3
  7. * Fix: add `colorize` helper by @silverjam in https://github.com/pyenv/pyenv-virtualenv/pull/470
  8. * Bump pyenv-virtualenv reporting version to match release by @ushuz in https://github.com/pyenv/pyenv-virtualenv/pull/471
  9. * Add fish prompt changing by @romirk in https://github.com/pyenv/pyenv-virtualenv/pull/475
  10. * Don't activate if a 3rd-party venv is activated over ours by @native-api in https://github.com/pyenv/pyenv-virtualenv/pull/478
  11. #### 1.2.2
  12. * Prompt removal was never done and is not planned anymore by @native-api in https://github.com/pyenv/pyenv-virtualenv/pull/447
  13. * Update PYENV_VIRTUALENV_VERSION by @jack-mcivor in https://github.com/pyenv/pyenv-virtualenv/pull/449
  14. * Add activate/deactivate hooks by @joshfrench in https://github.com/pyenv/pyenv-virtualenv/pull/452
  15. * More helpful error message when requesting a nonexistent base version by @MarcinKonowalczyk in https://github.com/pyenv/pyenv-virtualenv/pull/454
  16. * Add fish install oneliner by @ElijahLynn in https://github.com/pyenv/pyenv-virtualenv/pull/322
  17. * Link python*-config into VE by @native-api in https://github.com/pyenv/pyenv-virtualenv/pull/460
  18. #### 1.2.1
  19. * Support prefixes resolved by pyenv-latest as base version names by @native-api in https://github.com/pyenv/pyenv-virtualenv/pull/446
  20. #### 1.2.0
  21. * ~/.*rc should be modified instead of ~/.*profile by @native-api in https://github.com/pyenv/pyenv-virtualenv/pull/384
  22. * Fixes #394 - update pyenv virtualenvs to list virtualenvs start with dot prefixes by @Gauravtalreja1 in https://github.com/pyenv/pyenv-virtualenv/pull/395
  23. * Fix installation steps to allow for Pyenv 2 by @native-api in https://github.com/pyenv/pyenv-virtualenv/pull/388
  24. * Fix get-pip.py URLs for older versions of Python by @jivanf in https://github.com/pyenv/pyenv-virtualenv/pull/403
  25. * Add (y/N) prompt help text by @sh-cho in https://github.com/pyenv/pyenv-virtualenv/pull/404
  26. * perf(sh-activate): avoid a pyenv-version-name call by @scop in https://github.com/pyenv/pyenv-virtualenv/pull/380
  27. * Fix unbound variable errors when running `pyenv activate` with `set -u` Use default empty value. This fixes #422. by @ackalker in https://github.com/pyenv/pyenv-virtualenv/pull/423
  28. * Fix another unbound variable error by @ackalker in https://github.com/pyenv/pyenv-virtualenv/pull/424
  29. * Update `get-pip.py` URLs in `pyenv-virtualenv` by @mcdonnnj in https://github.com/pyenv/pyenv-virtualenv/pull/426
  30. * Deduplicate shims in $PATH for the fish shell during initialization by @ericvw in https://github.com/pyenv/pyenv-virtualenv/pull/430
  31. * Upgrade uninstall hook after pyenv/pyenv#2432 by @laggardkernel in https://github.com/pyenv/pyenv-virtualenv/pull/438
  32. * Stop delete force failing when virtualenv does not exist by @eganjs in https://github.com/pyenv/pyenv-virtualenv/pull/330
  33. * fix: relative path to pyenv-realpath.dylib by @scop in https://github.com/pyenv/pyenv-virtualenv/pull/378
  34. * Spelling fixes by @scop in https://github.com/pyenv/pyenv-virtualenv/pull/352
  35. * Clone bats with --depth=1, gitignore it by @scop in https://github.com/pyenv/pyenv-virtualenv/pull/351
  36. * set -u fixes by @scop in https://github.com/pyenv/pyenv-virtualenv/pull/350
  37. * Set up Github Actions CI by @native-api in https://github.com/pyenv/pyenv-virtualenv/pull/440
  38. * Enhance documentation about options for `pyenv virtualenv` by @pylipp in https://github.com/pyenv/pyenv-virtualenv/pull/425
  39. * Return control to pyenv-uninstall in uninstall/envs.bash by @aiguofer in https://github.com/pyenv/pyenv-virtualenv/pull/321
  40. * Use realpath of scripts to determine relative locations by @andrew-christianson in https://github.com/pyenv/pyenv-virtualenv/pull/308
  41. * Shell detect improvements by @scop in https://github.com/pyenv/pyenv-virtualenv/pull/377
  42. #### 1.1.5
  43. * Fix install script (#290, #302)
  44. #### 1.1.4
  45. * Support newer conda (#290)
  46. * Prefer `python3.x` executable if available (#206, #282, #296)
  47. #### 1.1.3
  48. * No code changes since 1.1.2
  49. #### 1.1.2
  50. * Use custom get-pip URL based on the target version (#253, #254, #255)
  51. * Source conda 4.4.4 shell files (#251)
  52. * Evaluate force flag before testing if venv exists (#232)
  53. #### 1.1.1
  54. * Set `CONDA_PREFIX` to make is useable in conda activate/deactivate scripts (#224)
  55. * Generate `pydoc` executable after creating new virtualenv (#197, #230)
  56. #### 1.1.0
  57. * fish: use "set -gx" instead of "setenv" (#215, #216, #217, #218)
  58. #### 1.0.0
  59. * Use similar versioning scheme as pyenv; YYYYMMDD -> X.Y.Z
  60. #### 20160716
  61. * Suppress activate/deactivate messages by default (#169, #170, #171)
  62. * Source conda package activate/deactivat scripts if exist (#173)
  63. * Use `source` in favor of `.` for `fish` (#175)
  64. * Use `python -m venv` instead of `pyvenv` due to deprecation of `pyvenv` after 3.6 (#184, #185)
  65. #### 20160315
  66. * Evaluate `${PATH}` when outputted code is eval'd. (#154)
  67. * Set proper `CONDA_DEFAULT_ENV` for shorter name (#160)
  68. #### 20160202
  69. * Install virtualenv 13.1.2 for CPython/Stackless 3.2.x (yyuu/pyenv#531)
  70. #### 20160112
  71. * Fix problem with `virtualenv` to look up executables from source version with `--system-site-packages` (#62)
  72. #### 20151229
  73. * Fix `deactivate` error on `fish` (#136)
  74. #### 20151222
  75. * Improved interoperability with Anaconda/Miniconda (#103, #106, #107, #108)
  76. * Create `virtualenv` inside `envs` directory of source version, like Anaconda/Miniconda (#103, #107)
  77. * Rewrite `pyenv activate` and `pyenv deactivate` without using scripts provided by virtualenv and conda (#51, #69, #103, #104, #121)
  78. * Improve the `pyenv activate` behaviour on multiple versions (#105, #111)
  79. * Reject creating a virtualenv named `system` (yyuu/pyenv#475)
  80. * Add `--skip-aliases` to `pyenv virtualenvs` (#120)
  81. * Stop showing `version not installed` warning messages in precmd (#49)
  82. #### 20151103
  83. * Passing return value from executed command. (#100)
  84. * Add workaround for commands installed in a virtual environment created by `pyvenv` (#62)
  85. * init: zsh: prepend hook to `precmd_functions` (#101)
  86. #### 20151006
  87. * Ignore user's site-packages on ensurepip/get-pip (#89)
  88. * Find `python-config` from source version if current version is a virtualenv
  89. * Fix pyenv-virtualenv-init script for fish where command was in string and not being evaluated (#98)
  90. * Add foolproof for `-p` argument. (yyuu/pyenv#98)
  91. #### 20150719
  92. * Add support for `conda` environments created by Anaconda/Miniconda (#91)
  93. * Look up commands for original version as well if the environment is created with `--system-site-packages` (#62)
  94. * Add error message if the source version is not installed (#83)
  95. #### 20150526
  96. * Use `typeset -g` with `precmd_functions` (#75)
  97. * activate: display setup instructions only with `PYENV_VIRTUALENV_INIT=0` (#78)
  98. * Ignore failure of pyenv activate (#68)
  99. #### 20150119
  100. * Ignore errors from `pyenv-version-name` since it might fail if there is configuration error (yyuu/pyenv#291)
  101. * The _shell_ version set in `activate` should be unset in `deactivate` (#61)
  102. * Anaconda has `activate` script nevertheless it is not a virtual environment (#65)
  103. #### 20141106
  104. * Stop creating after `ensurepip` since it has done by `ensurepip` itself
  105. * Suppress some useless warnings from `pyenv virtualenv-init`
  106. #### 20141012
  107. * Fix warnings from `shellcheck` to improve support for POSIX sh (#40)
  108. * Do not allow whitespace in `VIRTUALENV_NAME` (#44)
  109. * Should not persist `PYENV_DEACTIVATE` after automatic deactivation (#47, #48)
  110. #### 20140705
  111. * Display information on auto-(de)?activation
  112. * Support manual (de)?activation with auto-activation enabled (#32, #34)
  113. * Exit as error when (de)?activation failed
  114. * Use https://bootstrap.pypa.io/ to install setuptools and pip
  115. * Create backup of original virtualenv within `$(pyenv root)/versions` when `--upgrade`
  116. #### 20140615
  117. * Fix incompatibility issue of `pyenv activate` and `pyenv deactivate` (#26)
  118. * Workaround for the issue with pyenv-which-ext (#26)
  119. #### 20140614
  120. * Add `pyenv virtualenv-init` to enable auto-activation feature (#24)
  121. * Create symlinks for executables with version suffix (yyuu/pyenv#182)
  122. #### 20140602
  123. * Use new style GH raw url to avoid redirects (raw.github.com -> raw.githubusercontent.com)
  124. * Repaired virtualenv activation and deactivation for the fish shell (#23)
  125. #### 20140421
  126. * Display error if `pyenv activate` was invoked as a command
  127. * Fix completion of `pyenv activate` (#15)
  128. * Use `virtualenv` instead of `pyvenv` if `-p` has given (yyuu/pyenv#158)
  129. #### 20140123
  130. * Add `activate` and `deactivate` to make `pyenv-virtualenv` work with [jedi](https://github.com/davidhalter/jedi) (#9)
  131. * Use `ensurepip` to install `pip` if it is available
  132. * Unset `PIP_REQUIRE_VENV` to avoid problem on the installation of `virtualenv` (#10)
  133. * Add tests
  134. #### 20140110.1
  135. * Fix install script
  136. #### 20140110
  137. * Support environment variables of `EZ_SETUP` and `GET_PIP`.
  138. * Support a short option `-p` of `virtualenv`.
  139. #### 20131216
  140. * Use latest release of setuptools and pip if the version not given via environment variables.
  141. #### 20130622
  142. * Removed bundled `virtualenv.py` script. Now pyenv-virtualenv installs `virtualenv` package into source version and then use it.
  143. * On Python 3.3+, use `pyvenv` as virtualenv command if `virtualenv` is not available.
  144. * Install setuptools and pip into environments created by `pyvenv`.
  145. #### 20130614
  146. * Add `pyenv virtualenvs` to list all virtualenv versions.
  147. * *EXPERIMENTAL*: Add `--upgrade` option to re-create virtualenv with migrating packages
  148. #### 20130527
  149. * Remove `python-virtualenv` which was no longer used.
  150. * Change the installation path of the `virtualenv.py` script. (`./libexec` -> `./libexec/pyenv-virtualenv/${VIRTUALENV_VERSION}`)
  151. * Download `virtualenv.py` if desired version has not been installed.
  152. #### 20130507
  153. * Display virtualenv information in `--help` and `--version`
  154. * Update virtualenv version; 1.8.4 -> 1.9.1
  155. #### 20130307
  156. * Rename the project; `s/python-virtualenv/pyenv-virtualenv/g`
  157. * The `pyenv-virtualenv` script is not depending on `python-virtualenv` now.
  158. `python-virtualenv` will left for compatibility and will not continue for future releases.
  159. * Update virtualenv version; 1.8.2 -> 1.8.4
  160. #### 20130218
  161. * Add pyenv 0.2.x (rbenv 0.4.x) style help messages.
  162. #### 20121023
  163. * Create virtualenv with exact name of python executables.
  164. * Changed command-line options of python-virtualenv.
  165. First argument should be a path to the python executable.
  166. * Add install script.
  167. #### 20120927
  168. * Initial public release.