Kaynağa Gözat

Enhance documentation about options for `pyenv virtualenv` (#425)

Co-authored-by: Ivan Pozdeev <vano@mail.mipt.ru>
pull/377/head
P M 1 yıl önce
işlemeyi yapan: GitHub
ebeveyn
işleme
177eb67af3
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: 4AEE18F83AFDEB23
2 değiştirilmiş dosya ile 8 ekleme ve 1 silme
  1. +3
    -0
      README.md
  2. +5
    -1
      bin/pyenv-virtualenv

+ 3
- 0
README.md Dosyayı Görüntüle

@ -99,6 +99,9 @@ $ pyenv virtualenv 2.7.10 my-virtual-env-2.7.10
will create a virtualenv based on Python 2.7.10 under `$(pyenv root)/versions` in a
folder called `my-virtual-env-2.7.10`.
`pyenv virtualenv` forwards any options to the underlying command that actually
creates the virtual environment (`conda`, `virtualenv`, or `python -m venv`).
See the output of `pyenv virtualenv --help` for details.
### Create virtualenv from current version

+ 5
- 1
bin/pyenv-virtualenv Dosyayı Görüntüle

@ -6,7 +6,11 @@
# pyenv virtualenv --version
# pyenv virtualenv --help
#
# -f/--force Install even if the version appears to be installed already
# -f/--force Install even if the version appears to be installed already. Skip
# prompting for confirmation
#
# Notable VIRTUALENV_OPTIONS passed to venv-creating executable, if applicable:
# -u/--upgrade Imply --force
#
PYENV_VIRTUALENV_VERSION="1.1.5"

Yükleniyor…
İptal
Kaydet