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
27519673
Kaydet (Commit)
27519673
authored
Şub 23, 2014
tarafından
R David Murray
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
whatsnew: pyvenv --copies option.
Also added the missing documentation for new new option.
üst
784a3ffd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
venv-create.inc
Doc/using/venv-create.inc
+4
-1
3.4.rst
Doc/whatsnew/3.4.rst
+4
-0
No files found.
Doc/using/venv-create.inc
Dosyayı görüntüle @
27519673
...
...
@@ -38,6 +38,8 @@ The command, if run with ``-h``, will show the available options::
virtual
environment
.
--
symlinks
Try
to
use
symlinks
rather
than
copies
,
when
symlinks
are
not
the
default
for
the
platform
.
--
copies
Try
to
use
copies
rather
than
symlinks
,
even
when
symlinks
are
the
default
for
the
platform
.
--
clear
Delete
the
environment
directory
if
it
already
exists
.
If
not
specified
and
the
directory
exists
,
an
error
is
raised
.
...
...
@@ -47,7 +49,8 @@ The command, if run with ``-h``, will show the available options::
environment
(
pip
is
bootstrapped
by
default
)
..
versionchanged
::
3.4
Installs
pip
by
default
,
added
the
``
--
without
-
pip
``
option
Installs
pip
by
default
,
added
the
``
--
without
-
pip
``
and
``
--
copies
``
options
If
the
target
directory
already
exists
an
error
will
be
raised
,
unless
the
``
--
clear
``
or
``
--
upgrade
``
option
was
provided
.
...
...
Doc/whatsnew/3.4.rst
Dosyayı görüntüle @
27519673
...
...
@@ -1508,6 +1508,10 @@ Other Improvements
Stinner using his :pep:`445`-based ``pyfailmalloc`` tool (:issue:`18408`,
:issue:`18520`).
* The :ref:`pyvenv <scripts-pyvenv>` command now accepts a ``--copies`` option
to use copies rather than symlinks even on systems where symlinks are the
default. (Contributed by Vinay Sajip in :issue:`18807`.)
Significant Optimizations
-------------------------
...
...
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