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
0cc8c373
Kaydet (Commit)
0cc8c373
authored
May 24, 2002
tarafından
Andrew M. Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Move really open-ended XXX items into comments
Remove 1.5.2 reference: who cares?
üst
2d3b9864
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
9 deletions
+7
-9
inst.tex
Doc/inst/inst.tex
+7
-9
No files found.
Doc/inst/inst.tex
Dosyayı görüntüle @
0cc8c373
...
...
@@ -183,9 +183,6 @@ command-line arguments to the setup script:
Modules
}
: just leave off the initial
\code
{
python setup.py
}
and
you'll be fine)
\end{itemize}
\XXX
{
this should change: every Distutils setup script will need
command-line arguments for every run (and should probably keep stdout
around), so all this should happen automatically for setup scripts
}
\subsection
{
Splitting the job up
}
...
...
@@ -604,8 +601,10 @@ python setup.py install --install-purelib=Site --install-platlib=Site
The specified installation directories are relative to
\filevar
{
prefix
}
.
Of course, you also have to ensure that these directories are in
Python's module search path, e.g. by putting a
\file
{
.pth
}
file in
\filevar
{
prefix
}
(
\XXX
{
should have a section describing
\file
{
.pth
}
files and
cross-ref it here
}
).
\filevar
{
prefix
}
.
% \XXX should have a section describing \file{.pth} files and
% cross-ref it here
If you want to define an entire installation scheme, you just have to
supply all of the installation directory options. The recommended way
...
...
@@ -687,8 +686,8 @@ environment variables, such as Mac OS (\XXX{true?}), the configuration
variables supplied by the Distutils are the only ones you can use.)
See section~
\ref
{
config-files
}
for details.
\XXX
{
need some Windows and Mac OS examples---when would custom
installation schemes be needed on those platforms?
}
% XXX
need some Windows and Mac OS examples---when would custom
% installation schemes be needed on those platforms?
\section
{
Distutils Configuration Files
}
...
...
@@ -763,8 +762,7 @@ And on Mac OS, they are:
directory on Windows.)
\item
[(6)]
(See also notes (1) and (4).) The default installation
prefix is just
\file
{
Python:
}
, so under Python 1.6 and later this is
normally
\file
{
Python:Lib:distutils:distutils.cfg
}
. (The Distutils
don't work very well with Python 1.5.2 under Mac OS.
\XXX
{
true?
}
)
normally
\file
{
Python:Lib:distutils:distutils.cfg
}
.
\end{description}
...
...
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