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
87983f24
Kaydet (Commit)
87983f24
authored
Ara 01, 2007
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add "Using Python on Windows" document, by Robert Lehmann.
Written for GHOP.
üst
39bd059e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
17 additions
and
29 deletions
+17
-29
extending.rst
Doc/distutils/extending.rst
+1
-1
windows.rst
Doc/library/windows.rst
+1
-0
cmdline.rst
Doc/using/cmdline.rst
+14
-28
index.rst
Doc/using/index.rst
+1
-0
windows.rst
Doc/using/windows.rst
+0
-0
No files found.
Doc/distutils/extending.rst
Dosyayı görüntüle @
87983f24
.. _extending:
.. _extending
-distutils
:
*******************
*******************
Extending Distutils
Extending Distutils
...
...
Doc/library/windows.rst
Dosyayı görüntüle @
87983f24
.. _mswin-specific-services:
****************************
****************************
MS Windows Specific Services
MS Windows Specific Services
...
...
Doc/using/cmdline.rst
Dosyayı görüntüle @
87983f24
.. highlightlang:: none
.. highlightlang:: none
.. _using-on-general:
Command line and environment
Command line and environment
============================
============================
...
@@ -12,6 +14,8 @@ settings.
...
@@ -12,6 +14,8 @@ settings.
:ref:`implementations` for further resources.
:ref:`implementations` for further resources.
.. _using-on-cmdline:
Command line
Command line
------------
------------
...
@@ -304,39 +308,21 @@ Miscellaneous options
...
@@ -304,39 +308,21 @@ Miscellaneous options
.. cmdoption:: -3
.. cmdoption:: -3
Warn about Python 3.x incompatibilities.
Warn about Python 3.x incompatibilities.
Among these are:
.. versionadded:: 2.6
* :meth:`dict.has_key`
* :func:`apply`
* :func:`callable`
* :func:`coerce`
* :func:`execfile`
* :func:`reduce`
* :func:`reload`
.. versionadded:: 2.6
Related files -- UNIX
---------------------
These are subject to difference depending on local installation conventions;
:envvar:`prefix` (``${prefix}``) and :envvar:`exec_prefix` (``${exec_prefix}``)
are installation-dependent and should be interpreted as for GNU software; they
may be the same.
For example, on most Linux systems, the default for both is :file:`/usr`.
+-----------------------------------------------+------------------------------------------+
| File/directory | Meaning |
+===============================================+==========================================+
| :file:`{exec_prefix}/bin/python` | Recommended location of the interpreter. |
+-----------------------------------------------+------------------------------------------+
| :file:`{prefix}/lib/python{version}`, | Recommended locations of the directories |
| :file:`{exec_prefix}/lib/python{version}` | containing the standard modules. |
+-----------------------------------------------+------------------------------------------+
| :file:`{prefix}/include/python{version}`, | Recommended locations of the directories |
| :file:`{exec_prefix}/include/python{version}` | containing the include files needed for |
| | developing Python extensions and |
| | embedding the interpreter. |
+-----------------------------------------------+------------------------------------------+
| :file:`~/.pythonrc.py` | User-specific initialization file loaded |
| | by the user module; not used by default |
| | or by most applications. |
+-----------------------------------------------+------------------------------------------+
.. _using-on-envvars:
Environment variables
Environment variables
---------------------
---------------------
...
...
Doc/using/index.rst
Dosyayı görüntüle @
87983f24
...
@@ -13,5 +13,6 @@ interpreter and things that make working with Python easier.
...
@@ -13,5 +13,6 @@ interpreter and things that make working with Python easier.
.. toctree::
.. toctree::
cmdline.rst
cmdline.rst
windows.rst
mac.rst
mac.rst
Doc/using/windows.rst
0 → 100644
Dosyayı görüntüle @
87983f24
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