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
b2d10062
Kaydet (Commit)
b2d10062
authored
Tem 06, 2001
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Update the description of how to start an interpreter and determine the
installation prefix and exec_prefix for Windows.
üst
b4b64daa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
inst.tex
Doc/inst/inst.tex
+6
-5
No files found.
Doc/inst/inst.tex
Dosyayı görüntüle @
b2d10062
...
@@ -361,12 +361,13 @@ run-time. They are always the same under Windows and MacOS, and very
...
@@ -361,12 +361,13 @@ run-time. They are always the same under Windows and MacOS, and very
often the same under
\UNIX
. You can find out what your Python
often the same under
\UNIX
. You can find out what your Python
installation uses for
\filevar
{
prefix
}
and
\filevar
{
exec-prefix
}
by
installation uses for
\filevar
{
prefix
}
and
\filevar
{
exec-prefix
}
by
running Python in interactive mode and typing a few simple commands.
running Python in interactive mode and typing a few simple commands.
Under
\UNIX
, just type
\code
{
python
}
at the shell prompt; under Windows,
Under
\UNIX
, just type
\code
{
python
}
at the shell prompt. Under
run ``Python 2.0 (interpreter)''
\XXX
{
right?
}
; under MacOS,
\XXX
{
???
}
.
Windows, choose
\menuselection
{
Start
\sub
Programs
\sub
Python
2.1
\sub
Python (command line)
}
. Under MacOS,
\XXX
{
???
}
.
Once the interpreter is started, you type Python code at the
Once the interpreter is started, you type Python code at the
\samp
{
>
\code
{
>
}
>
}
prompt. For example, on my Linux system, I type the three
prompt. For example, on my Linux system, I type the three Python
Python statements shown below, and get the output as shown, to find
statements shown below, and get the output as shown, to find out my
out my
\filevar
{
prefix
}
and
\filevar
{
exec-prefix
}
:
\filevar
{
prefix
}
and
\filevar
{
exec-prefix
}
:
\begin{verbatim}
\begin{verbatim}
Python 1.5.2 (#1, Apr 18 1999, 16:03:16) [GCC pgcc-2.91.60 19981201 (egcs-1.1.1 on linux2
Python 1.5.2 (#1, Apr 18 1999, 16:03:16) [GCC pgcc-2.91.60 19981201 (egcs-1.1.1 on linux2
...
...
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