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
42f69dab
Kaydet (Commit)
42f69dab
authored
Ock 13, 1994
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Added TESTPATH
üst
4c627be9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
3 deletions
+23
-3
Setup.guido
Modules/Setup.guido
+11
-1
Setup.irix5
Modules/Setup.irix5
+12
-2
No files found.
Modules/Setup.guido
Dosyayı görüntüle @
42f69dab
...
@@ -27,12 +27,22 @@
...
@@ -27,12 +27,22 @@
# Some special rules to define PYTHONPATH
# Some special rules to define PYTHONPATH
# Edit the definitions below to indicate which options you are using
# Edit the definitions below to indicate which options you are using
# Don't edit this (usually)
DESTLIB=$(prefix)/lib/python
DESTLIB=$(prefix)/lib/python
# Standard enabled (tests are always available)
TESTPATH=$(DESTLIB)/test
# Enable this for SGI systems
ARCHPATH=:$(DESTLIB)/sgi
ARCHPATH=:$(DESTLIB)/sgi
# Enable this for Sun systems
#ARCHPATH=:$(DESTLIB)/sun4
#ARCHPATH=:$(DESTLIB)/sun4
# Enable this if stdwin installed
STDWINPATH=:$(DESTLIB)/stdwin
STDWINPATH=:$(DESTLIB)/stdwin
PYTHONPATH=.:$(DESTLIB)$(ARCHPATH)$(STDWINPATH)
PYTHONPATH=.:$(DESTLIB)$(
TESTPATH)$(
ARCHPATH)$(STDWINPATH)
# Modules that should always be present (non UNIX dependent)
# Modules that should always be present (non UNIX dependent)
...
...
Modules/Setup.irix5
Dosyayı görüntüle @
42f69dab
...
@@ -27,12 +27,22 @@
...
@@ -27,12 +27,22 @@
# Some special rules to define PYTHONPATH
# Some special rules to define PYTHONPATH
# Edit the definitions below to indicate which options you are using
# Edit the definitions below to indicate which options you are using
# Don't edit this (usually)
DESTLIB=$(prefix)/lib/python
DESTLIB=$(prefix)/lib/python
# Standard enabled (tests are always available)
TESTPATH=$(DESTLIB)/test
# Enable this for SGI systems
ARCHPATH=:$(DESTLIB)/sgi
ARCHPATH=:$(DESTLIB)/sgi
# Enable this for Sun systems
#ARCHPATH=:$(DESTLIB)/sun4
#ARCHPATH=:$(DESTLIB)/sun4
#STDWINPATH=:$(DESTLIB)/stdwin
PYTHONPATH=.:$(DESTLIB)$(ARCHPATH)$(STDWINPATH)
# Enable this if stdwin installed
STDWINPATH=:$(DESTLIB)/stdwin
PYTHONPATH=.:$(DESTLIB)$(TESTPATH)$(ARCHPATH)$(STDWINPATH)
# Modules that should always be present (non UNIX dependent)
# Modules that should always be present (non UNIX dependent)
...
...
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