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
2e42bddb
Kaydet (Commit)
2e42bddb
authored
24 years ago
tarafından
Jack Jansen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Added a note about removing preferences and .pyc files when you move the Python installation.
üst
2595a837
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
9 deletions
+13
-9
ReadMe
Mac/ReadMe
+13
-9
No files found.
Mac/ReadMe
Dosyayı görüntüle @
2e42bddb
...
...
@@ -63,6 +63,10 @@ If you have previously installed another copy of 2.0 you should manually
remove your preference file first (but no such action is needed for installing
beside older MacPythons, and they will live together happily).
Moving your Python installation after installing is generally not a good idea.
If you have to do this anyway you should remove your preference file, run
ConfigurePython and remove all .pyc files.
If you don'
t
have
enough
memory
:
the
sizes
choosen
are
somewhat
arbitrary
.
Try
lowering
the
application
sizes
in
the
finder
"get info"
window
,
and
seeing
whether
the
resulting
python
is
still
usable
.
Some
...
...
@@ -75,15 +79,15 @@ After installing
It
is
probably
a
good
idea
to
run
the
automatic
tests
.
Start
Python
and
"import test.autotest"
.
Three
tests
will
fail
on
the
mac
,
all
with
MemoryErrors
:
test_sha
,
test_longexp
and
test_zlib
.
If
you
increase
the
PythonInterpreter
memory
partition
size
the
y
will
pass
.
It
will
,
however
,
print
some
messages
about
optional
features
not
supported
.
Also
,
if
you
didn
't run compileall before autotesting
you may run out of memory the first time you run the
tests. test_socket may also fail if you have no internet
connection. Please also read the Relnotes file for other min
or
problems with this distribution.
Three
tests
will
fail
on
the
mac
,
all
with
MemoryErrors
:
test_sha
,
test_longexp
and
test_zlib
.
If
you
increase
the
PythonInterpreter
memor
y
partition
size
they
will
pass
.
It
will
,
however
,
print
some
messages
about
optional
features
not
supported
.
You
should
not
worry
about
these
,
they
are
modules
that
are
supported
by
Python
on
other
platforms
.
Also
,
if
you
didn
't run compileall before autotesting you may run out of
memory the first time you run the tests. test_socket may also fail if
you have no internet connection. Please also read the Relnotes file f
or
other minor
problems with this distribution.
Using Python is most easily done from the IDE, which has a builtin editor,
debugger and other goodies. The alternative is to use PythonInterpreter,
...
...
This diff is collapsed.
Click to expand it.
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