Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
71e72960
Kaydet (Commit)
71e72960
authored
Ock 23, 2015
tarafından
Vinay Sajip
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Updated pyvenv documentation to match its current behaviour.
üst
48e81006
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
venv-create.inc
Doc/using/venv-create.inc
+5
-2
No files found.
Doc/using/venv-create.inc
Dosyayı görüntüle @
71e72960
...
@@ -57,8 +57,11 @@ The command, if run with ``-h``, will show the available options::
...
@@ -57,8 +57,11 @@ The command, if run with ``-h``, will show the available options::
Installs
pip
by
default
,
added
the
``
--
without
-
pip
``
and
``
--
copies
``
Installs
pip
by
default
,
added
the
``
--
without
-
pip
``
and
``
--
copies
``
options
options
If
the
target
directory
already
exists
an
error
will
be
raised
,
unless
..
versionchanged
::
3.4
the
``
--
clear
``
or
``
--
upgrade
``
option
was
provided
.
In
earlier
versions
,
if
the
target
directory
already
existed
,
an
error
was
raised
,
unless
the
``
--
clear
``
or
``
--
upgrade
``
option
was
provided
.
Now
,
if
an
existing
directory
is
specified
,
its
contents
are
removed
and
the
directory
is
processed
as
if
it
had
been
newly
created
.
The
created
``
pyvenv
.
cfg
``
file
also
includes
the
The
created
``
pyvenv
.
cfg
``
file
also
includes
the
``
include
-
system
-
site
-
packages
``
key
,
set
to
``
true
``
if
``
venv
``
is
``
include
-
system
-
site
-
packages
``
key
,
set
to
``
true
``
if
``
venv
``
is
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment