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
309e8ac5
Kaydet (Commit)
309e8ac5
authored
Mar 02, 1995
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
moved Demo/freeze to Tools/freeze
üst
5f858801
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
README
Tools/freeze/README
+2
-2
freeze.py
Tools/freeze/freeze.py
+2
-2
No files found.
Tools/freeze/README
Dosyayı görüntüle @
309e8ac5
...
...
@@ -75,7 +75,7 @@ Ideally, you should be able to use it as follows:
where hello.py is your program and freeze.py is the main file of
Freeze (in actuality, you'll probably specify an absolute pathname
such as /ufs/guido/src/python/
Demo
/freeze/freeze.py).
such as /ufs/guido/src/python/
Tools
/freeze/freeze.py).
Unfortunately, this doesn't work. Well, it might, but somehow it's
extremely unlikely that it'll work on the first try. (If it does,
...
...
@@ -107,7 +107,7 @@ How do I configure Freeze?
It's a good idea to change the line marked with XXX in freeze.py (an
assignment to variable PACK) to point to the absolute pathname of the
directory where Freeze lives (
Demo
/freeze in the Python source tree.)
directory where Freeze lives (
Tools
/freeze in the Python source tree.)
This makes it possible to call Freeze from other directories.
You can also edit the assignment to variable PREFIX -- this saves a
...
...
Tools/freeze/freeze.py
Dosyayı görüntüle @
309e8ac5
...
...
@@ -34,8 +34,8 @@ module ...: Additional Python modules (referenced by pathname)
"""
# XXX Change the following line to point to your
Demo
/freeze directory
PACK
=
'/ufs/guido/src/python/
Demo
/freeze'
# XXX Change the following line to point to your
Tools
/freeze directory
PACK
=
'/ufs/guido/src/python/
Tools
/freeze'
# XXX Change the following line to point to your install prefix
PREFIX
=
'/usr/local'
...
...
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