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
1c20648b
Kaydet (Commit)
1c20648b
authored
Eyl 13, 1995
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
added SITEPATH and DESTPATH variables
üst
55a214e3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
Setup.in
Modules/Setup.in
+7
-1
No files found.
Modules/Setup.in
Dosyayı görüntüle @
1c20648b
...
@@ -53,13 +53,19 @@
...
@@ -53,13 +53,19 @@
# Don't edit this (usually)
# Don't edit this (usually)
DESTLIB=$(prefix)/lib/python
DESTLIB=$(prefix)/lib/python
# Site specific path insertions -- should begin with : if non-empty
SITEPATH=
# Standard path -- don't edit
DESTPATH=:$(DESTLIB)
# Standard enabled (tests are always available)
# Standard enabled (tests are always available)
TESTPATH=:$(DESTLIB)/test
TESTPATH=:$(DESTLIB)/test
# Path for machine- or system-dependent modules (and shared libraries)
# Path for machine- or system-dependent modules (and shared libraries)
MACHDEPPATH=:$(DESTLIB)/$(MACHDEP)
MACHDEPPATH=:$(DESTLIB)/$(MACHDEP)
COREPYTHONPATH=.
:$(DESTLIB
)$(TESTPATH)$(MACHDEPPATH)$(STDWINPATH)$(TKPATH)
COREPYTHONPATH=.
$(SITEPATH)$(DESTPATH
)$(TESTPATH)$(MACHDEPPATH)$(STDWINPATH)$(TKPATH)
PYTHONPATH=$(COREPYTHONPATH)
PYTHONPATH=$(COREPYTHONPATH)
...
...
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