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
ae6a5a73
Kaydet (Commit)
ae6a5a73
authored
Haz 07, 2006
tarafından
Tim Peters
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Whitespace normalization.
üst
4b7a6c8b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
build-installer.py
Mac/BuildScript/build-installer.py
+1
-1
BuildApplet.py
Mac/scripts/BuildApplet.py
+1
-1
No files found.
Mac/BuildScript/build-installer.py
Dosyayı görüntüle @
ae6a5a73
...
...
@@ -232,7 +232,7 @@ PKG_RECIPES=[
name
=
"PythonSystemFixes"
,
long_name
=
"Fix system Python"
,
readme
=
"""
\
This package updates the system python installation on
This package updates the system python installation on
Mac OS X 10.3 to ensure that you can build new python extensions
using that copy of python after installing this version of
python.
...
...
Mac/scripts/BuildApplet.py
Dosyayı görüntüle @
ae6a5a73
...
...
@@ -21,7 +21,7 @@ if not sys.executable.startswith(sys.exec_prefix):
# sys.executable points inside the current application bundle. Because this
# path contains blanks (two of them actually) this path isn't usable on
# #! lines. Reset sys.executable to point to the embedded python interpreter
sys
.
executable
=
os
.
path
.
join
(
sys
.
prefix
,
sys
.
executable
=
os
.
path
.
join
(
sys
.
prefix
,
'Resources/Python.app/Contents/MacOS/Python'
)
# Just in case we're not in a framework:
...
...
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