-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstalled.html
More file actions
204 lines (183 loc) · 10.2 KB
/
installed.html
File metadata and controls
204 lines (183 loc) · 10.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="zh_TW">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>為什麼Python被安裝在我的機器上?常見問答集 — Python 3.7.0 說明文件</title>
<link rel="stylesheet" href="../_static/pydoctheme.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
<script type="text/javascript" src="../_static/translations.js"></script>
<script type="text/javascript" src="../_static/sidebar.js"></script>
<link rel="search" type="application/opensearchdescription+xml"
title="在 Python 3.7.0 說明文件 中搜尋"
href="../_static/opensearch.xml"/>
<link rel="author" title="關於這些文件" href="../about.html" />
<link rel="index" title="索引" href="../genindex.html" />
<link rel="search" title="搜尋" href="../search.html" />
<link rel="copyright" title="Copyright" href="../copyright.html" />
<link rel="next" title="Glossary" href="../glossary.html" />
<link rel="prev" title="圖形化使用者界面常見問答集" href="gui.html" />
<link rel="shortcut icon" type="image/png" href="../_static/py.png" />
<link rel="canonical" href="https://docs.python.org/3/faq/installed.html" />
<script type="text/javascript" src="../_static/copybutton.js"></script>
<script type="text/javascript" src="../_static/switchers.js"></script>
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>瀏覽</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
accesskey="I">索引</a></li>
<li class="right" >
<a href="../py-modindex.html" title="Python 模組索引"
>模組</a> |</li>
<li class="right" >
<a href="../glossary.html" title="Glossary"
accesskey="N">下一頁</a> |</li>
<li class="right" >
<a href="gui.html" title="圖形化使用者界面常見問答集"
accesskey="P">上一頁</a> |</li>
<li><img src="../_static/py.png" alt=""
style="vertical-align: middle; margin-top: -1px"/></li>
<li><a href="https://www.python.org/">Python</a> »</li>
<li>
<span class="language_switcher_placeholder">zh_TW</span>
<span class="version_switcher_placeholder">3.7.0</span>
<a href="../index.html">Documentation </a> »
</li>
<li class="nav-item nav-item-1"><a href="index.html" accesskey="U">Python 常見問題</a> »</li>
<li class="right">
<div class="inline-search" style="display: none" role="search">
<form class="inline-search" action="../search.html" method="get">
<input placeholder="Quick search" type="text" name="q" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
<script type="text/javascript">$('.inline-search').show(0);</script>
|
</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<div class="section" id="why-is-python-installed-on-my-computer-faq">
<h1>為什麼Python被安裝在我的機器上?常見問答集<a class="headerlink" href="#why-is-python-installed-on-my-computer-faq" title="本標題的永久連結">¶</a></h1>
<div class="section" id="what-is-python">
<h2>什麼是Python?<a class="headerlink" href="#what-is-python" title="本標題的永久連結">¶</a></h2>
<p>Python是一種程式語言。它被使用於不同種類的應用程式中。因為Python屬於容易學習的語言,它被使用在一些高中和學院中作為介紹程式語言的工具;但它也被專業的軟體開發人員所使用,例如:Google,美國太空總署與 盧卡斯電影公司。</p>
<p>若你希望學習更多關於Python語言,可以從」Python初學者指引」網站<<a class="reference external" href="https://wiki.python.org/moin/BeginnersGuide">https://wiki.python.org/moin/BeginnersGuide</a>>` 進行閱讀。</p>
</div>
<div class="section" id="why-is-python-installed-on-my-machine">
<h2>為什麼Python被安裝在我的機器上?<a class="headerlink" href="#why-is-python-installed-on-my-machine" title="本標題的永久連結">¶</a></h2>
<p>若你發現曾安裝Python於系統中,但不記得何時安裝過,以下有幾種可能的方法可以得知。</p>
<ul class="simple">
<li>也許其他使用此電腦的使用者希望學習撰寫程式並且安裝Python;你必須指出誰曾經使用此機器且可能安裝過。</li>
<li>第三方應用程式安裝於機器中可能以Python語言撰寫並且安裝Python。有許多類似的應用程式,從GUI 程式 到網路伺服器和管理者腳本。</li>
<li>一些安裝Windows的機器也被安裝Python。截至目前此文件交付,我們得知HP 出廠的機器預設安裝Python。顯然的HP管理工具程式是透過Python語言所撰寫。</li>
<li>許多相容於Unix 系統,例如:Mac OS X 和 一些 Linux 發行版本預設安裝Python ;安裝時被包含在基本安裝功能內。</li>
</ul>
</div>
<div class="section" id="can-i-delete-python">
<h2>我能夠自行刪除Python嗎?<a class="headerlink" href="#can-i-delete-python" title="本標題的永久連結">¶</a></h2>
<p>需要依據Python的安裝方式決定。</p>
<p>若有人不小心安裝了Python,可自行移除移除它。
Windows作業系統中,請於控制台中尋找新增/移除程式進行反安裝。</p>
<p>若Python是透過第三方元件應用程式被安裝時,也可自行移除,不過請小心該應用程式將無法正常執行。你應該使用應用程式反安裝功能而非自行刪除Python目錄</p>
<p>當作業系統預設安裝Python,不建議移除它。對你而言某些工具程式是重要不可或缺的,若自行移除它,透過Python撰寫的工具程式將無法正常執行。重新安裝整個系統仍需再次處理這些事情。</p>
</div>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<h3><a href="../contents.html">目錄</a></h3>
<ul>
<li><a class="reference internal" href="#">為什麼Python被安裝在我的機器上?常見問答集</a><ul>
<li><a class="reference internal" href="#what-is-python">什麼是Python?</a></li>
<li><a class="reference internal" href="#why-is-python-installed-on-my-machine">為什麼Python被安裝在我的機器上?</a></li>
<li><a class="reference internal" href="#can-i-delete-python">我能夠自行刪除Python嗎?</a></li>
</ul>
</li>
</ul>
<h4>上個主題</h4>
<p class="topless"><a href="gui.html"
title="上一章">圖形化使用者界面常見問答集</a></p>
<h4>下個主題</h4>
<p class="topless"><a href="../glossary.html"
title="下一章">Glossary</a></p>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../bugs.html">Report a Bug</a></li>
<li>
<a href="https://github.com/python/cpython/blob/3.7/Doc/faq/installed.rst"
rel="nofollow">Show Source
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>瀏覽</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
>索引</a></li>
<li class="right" >
<a href="../py-modindex.html" title="Python 模組索引"
>模組</a> |</li>
<li class="right" >
<a href="../glossary.html" title="Glossary"
>下一頁</a> |</li>
<li class="right" >
<a href="gui.html" title="圖形化使用者界面常見問答集"
>上一頁</a> |</li>
<li><img src="../_static/py.png" alt=""
style="vertical-align: middle; margin-top: -1px"/></li>
<li><a href="https://www.python.org/">Python</a> »</li>
<li>
<span class="language_switcher_placeholder">zh_TW</span>
<span class="version_switcher_placeholder">3.7.0</span>
<a href="../index.html">Documentation </a> »
</li>
<li class="nav-item nav-item-1"><a href="index.html" >Python 常見問題</a> »</li>
<li class="right">
<div class="inline-search" style="display: none" role="search">
<form class="inline-search" action="../search.html" method="get">
<input placeholder="Quick search" type="text" name="q" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
<script type="text/javascript">$('.inline-search').show(0);</script>
|
</li>
</ul>
</div>
<div class="footer">
© <a href="../copyright.html">Copyright</a> 2001-2018, Python Software Foundation.
<br />
The Python Software Foundation is a non-profit corporation.
<a href="https://www.python.org/psf/donations/">Please donate.</a>
<br />
Last updated on 8月 22, 2018.
<a href="../bugs.html">Found a bug</a>?
<br />
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.7.7.
</div>
</body>
</html>