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
7be8fcb4
Kaydet (Commit)
7be8fcb4
authored
Mar 12, 1998
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Use \envvar{FOO} instead of \code{\$FOO}.
üst
4e7e11ab
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
libuser.tex
Doc/lib/libuser.tex
+3
-2
libuser.tex
Doc/libuser.tex
+3
-2
No files found.
Doc/lib/libuser.tex
Dosyayı görüntüle @
7be8fcb4
...
@@ -6,7 +6,8 @@
...
@@ -6,7 +6,8 @@
As a policy, Python doesn't run user-specified code on startup of
As a policy, Python doesn't run user-specified code on startup of
Python programs. (Only interactive sessions execute the script
Python programs. (Only interactive sessions execute the script
specified in the
\code
{
PYTHONSTARTUP
}
environment variable if it exists).
specified in the
\envvar
{
PYTHONSTARTUP
}
environment variable if it
exists).
However, some programs or sites may find it convenient to allow users
However, some programs or sites may find it convenient to allow users
to have a standard customization file, which gets run when a program
to have a standard customization file, which gets run when a program
...
@@ -23,7 +24,7 @@ home directory and if it can be opened, exececutes it (using
...
@@ -23,7 +24,7 @@ home directory and if it can be opened, exececutes it (using
module
\module
{
user
}
's) global namespace. Errors during this phase
module
\module
{
user
}
's) global namespace. Errors during this phase
are not caught; that's up to the program that imports the
are not caught; that's up to the program that imports the
\module
{
user
}
module, if it wishes. The home directory is assumed to
\module
{
user
}
module, if it wishes. The home directory is assumed to
be named by the
\
code
{
HOME
}
environment variable; if this is not set,
be named by the
\
envvar
{
HOME
}
environment variable; if this is not set,
the current directory is used.
the current directory is used.
The user's
\file
{
.pythonrc.py
}
could conceivably test for
The user's
\file
{
.pythonrc.py
}
could conceivably test for
...
...
Doc/libuser.tex
Dosyayı görüntüle @
7be8fcb4
...
@@ -6,7 +6,8 @@
...
@@ -6,7 +6,8 @@
As a policy, Python doesn't run user-specified code on startup of
As a policy, Python doesn't run user-specified code on startup of
Python programs. (Only interactive sessions execute the script
Python programs. (Only interactive sessions execute the script
specified in the
\code
{
PYTHONSTARTUP
}
environment variable if it exists).
specified in the
\envvar
{
PYTHONSTARTUP
}
environment variable if it
exists).
However, some programs or sites may find it convenient to allow users
However, some programs or sites may find it convenient to allow users
to have a standard customization file, which gets run when a program
to have a standard customization file, which gets run when a program
...
@@ -23,7 +24,7 @@ home directory and if it can be opened, exececutes it (using
...
@@ -23,7 +24,7 @@ home directory and if it can be opened, exececutes it (using
module
\module
{
user
}
's) global namespace. Errors during this phase
module
\module
{
user
}
's) global namespace. Errors during this phase
are not caught; that's up to the program that imports the
are not caught; that's up to the program that imports the
\module
{
user
}
module, if it wishes. The home directory is assumed to
\module
{
user
}
module, if it wishes. The home directory is assumed to
be named by the
\
code
{
HOME
}
environment variable; if this is not set,
be named by the
\
envvar
{
HOME
}
environment variable; if this is not set,
the current directory is used.
the current directory is used.
The user's
\file
{
.pythonrc.py
}
could conceivably test for
The user's
\file
{
.pythonrc.py
}
could conceivably test for
...
...
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