<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>vscode安裝 - HJs 找樂趣</title>
	<atom:link href="https://huijou.com/tag/vscode%e5%ae%89%e8%a3%9d/feed/" rel="self" type="application/rss+xml" />
	<link>https://huijou.com/tag/vscode安裝/</link>
	<description>HJs 紀錄美好生活,一群有著同樣興趣志向的夥伴們成立的夢想空間,分享你我生活中會遇見的人事物,共享 旅遊、美食、科技 資源,同步最新大數據訊息 ！</description>
	<lastBuildDate>Thu, 24 Feb 2022 07:44:29 +0000</lastBuildDate>
	<language>zh-TW</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://huijou.com/wp-content/uploads/2021/04/logo-1-150x150.png</url>
	<title>vscode安裝 - HJs 找樂趣</title>
	<link>https://huijou.com/tag/vscode安裝/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>【程式工具-PYTHON】如何在vscode使用python編輯</title>
		<link>https://huijou.com/python-vscode-setup/</link>
					<comments>https://huijou.com/python-vscode-setup/#respond</comments>
		
		<dc:creator><![CDATA[troy801125]]></dc:creator>
		<pubDate>Thu, 24 Feb 2022 07:44:17 +0000</pubDate>
				<category><![CDATA[科技知識]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[python安裝]]></category>
		<category><![CDATA[python教學]]></category>
		<category><![CDATA[vscode]]></category>
		<category><![CDATA[vscode安裝]]></category>
		<guid isPermaLink="false">https://huijou.com/?p=1615</guid>

					<description><![CDATA[<p>在使用vscode編輯器時，需先安裝python工具 !! 安裝Python Python官網 : https://www.python.org/ 下面給出一些...</p>
<p class="read-more"><a class="btn btn-default" href="https://huijou.com/python-vscode-setup/"> Read More<span class="screen-reader-text">  Read More</span></a></p>
<p>這篇文章 <a href="https://huijou.com/python-vscode-setup/">【程式工具-PYTHON】如何在vscode使用python編輯</a> 最早出現於 <a href="https://huijou.com">HJs 找樂趣</a>。</p>
]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="1024" height="571" src="https://huijou.com/wp-content/uploads/2022/02/圖片-8-1024x571.png" alt="" class="wp-image-1626" srcset="https://huijou.com/wp-content/uploads/2022/02/圖片-8-1024x571.png 1024w, https://huijou.com/wp-content/uploads/2022/02/圖片-8-300x167.png 300w, https://huijou.com/wp-content/uploads/2022/02/圖片-8-768x429.png 768w, https://huijou.com/wp-content/uploads/2022/02/圖片-8-1536x857.png 1536w, https://huijou.com/wp-content/uploads/2022/02/圖片-8-484x270.png 484w, https://huijou.com/wp-content/uploads/2022/02/圖片-8.png 1656w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>在使用vscode編輯器時，需先安裝python工具 !!</p>



<h2 class="wp-block-heading">安裝Python</h2>



<p class="has-cyan-bluish-gray-background-color has-background"><strong>Python官網 :  <a href="https://www.python.org/">https://www.python.org/</a></strong></p>



<p>下面給出一些常用版本的下載鏈接快速安裝python</p>



<p>如果你使用的是Windows 7版本，那麼是不能使用3.8及以上的版本的，建議下載3.7；此外32bit和64bit的選擇與你的操作系統對應（不出意外，現在應該都是64bit吧）</p>



<figure class="wp-block-table is-style-stripes"><table><thead><tr><th><strong>版本</strong></th><th><strong>下載地址</strong></th></tr></thead><tbody><tr><td>3.7 (32bit) (Win7 32位用戶建議)</td><td><a target="_blank" rel="noreferrer noopener" href="https://www.python.org/ftp/python/3.7.9/python-3.7.9.exe">https://www.python.org/ftp/python/3.7.9/python-3.7.9.exe</a></td></tr><tr><td>3.7 (64bit) (Win7 64位用戶建議)</td><td><a target="_blank" rel="noreferrer noopener" href="https://www.python.org/ftp/python/3.7.9/python-3.7.9.exe">https://www.python.org/ftp/python/3.7.9/python-3.7.9.exe</a></td></tr><tr><td>3.8（32位）</td><td><a target="_blank" rel="noreferrer noopener" href="https://www.python.org/ftp/python/3.8.10/python-3.8.10.exe">https://www.python.org/ftp/python/3.8.10/python-3.8.10.exe</a></td></tr><tr><td>3.8（64位）</td><td><a target="_blank" rel="noreferrer noopener" href="https://www.python.org/ftp/python/3.8.10/python-3.8.10.exe">https://www.python.org/ftp/python/3.8.10/python-3.8.10.exe</a></td></tr><tr><td>3.9（32位）</td><td><a target="_blank" rel="noreferrer noopener" href="https://www.python.org/ftp/python/3.9.10/python-3.9.10.exe">https://www.python.org/ftp/python/3.9.10/python-3.9.10.exe</a></td></tr><tr><td>3.9（64位）</td><td><a target="_blank" rel="noreferrer noopener" href="https://www.python.org/ftp/python/3.9.10/python-3.9.10-amd64.exe">https://www.python.org/ftp/python/3.9.10/python-3.9.10-amd64.exe</a></td></tr><tr><td>3.10（32位）</td><td><a target="_blank" rel="noreferrer noopener" href="https://www.python.org/ftp/python/3.10.2/python-3.10.2.exe">https://www.python.org/ftp/python/3.10.2/python-3.10.2.exe</a></td></tr><tr><td>3.10（64位）</td><td><a target="_blank" rel="noreferrer noopener" href="https://www.python.org/ftp/python/3.10.2/python-3.10.2-amd64.exe">https://www.python.org/ftp/python/3.10.2/python-3.10.2-amd64.exe</a></td></tr></tbody></table></figure>



<p></p>



<p>這裡我以Python 3.10.2，也就是最新版為例，下載完成後雙擊打開安裝包，<br>先勾選下方的Add Python 3,10 to PATH將python安裝路徑加入到環境變量中，然後點擊Install Now，其他東西不用修改保持默認就好</p>



<div class="wp-block-image"><figure class="aligncenter size-full"><img decoding="async" width="780" height="480" src="https://huijou.com/wp-content/uploads/2022/02/圖片-4.png" alt="" class="wp-image-1619" srcset="https://huijou.com/wp-content/uploads/2022/02/圖片-4.png 780w, https://huijou.com/wp-content/uploads/2022/02/圖片-4-300x185.png 300w, https://huijou.com/wp-content/uploads/2022/02/圖片-4-768x473.png 768w, https://huijou.com/wp-content/uploads/2022/02/圖片-4-439x270.png 439w" sizes="(max-width: 780px) 100vw, 780px" /></figure></div>



<p>安裝完成後，點擊<code>close</code>關閉安裝程序，此時已經能夠在開始菜單中看到新加的程序</p>



<div class="wp-block-image"><figure class="aligncenter size-full"><img decoding="async" width="612" height="496" src="https://huijou.com/wp-content/uploads/2022/02/圖片-5.png" alt="" class="wp-image-1620" srcset="https://huijou.com/wp-content/uploads/2022/02/圖片-5.png 612w, https://huijou.com/wp-content/uploads/2022/02/圖片-5-300x243.png 300w, https://huijou.com/wp-content/uploads/2022/02/圖片-5-333x270.png 333w" sizes="(max-width: 612px) 100vw, 612px" /></figure></div>



<p>至此，<code>python</code>的安裝就完成了，完成後就可以使用python。</p>



<h2 class="wp-block-heading">安裝 VScode</h2>



<p>Visual Studio Code 是一個輕量級但功能強大的源代碼編輯器，可在您的桌面上運行，適用於 Windows、macOS 和 Linux。它內置了對 JavaScript、TypeScript 和 Node.js 的支持，並為其他語言（如 C++、C#、Java、Python、PHP、Go）和運行時（如 .NET 和 Unity）提供了豐富的擴展生態系統. 觀看這些介紹性視頻，開始您的 VS Code 之旅。</p>



<p class="has-cyan-bluish-gray-background-color has-background"><strong>vscode官網: <a href="https://code.visualstudio.com/">https://code.visualstudio.com/</a></strong></p>



<p>vscode下載地址: <a href="https://code.visualstudio.com/Download">https://code.visualstudio.com/Download</a>，選擇自己對應的系統版本下載，這裡我選擇Windows下載</p>



<div class="wp-block-image"><figure class="aligncenter size-full"><img decoding="async" width="357" height="360" src="https://huijou.com/wp-content/uploads/2022/02/圖片-6.png" alt="" class="wp-image-1624" srcset="https://huijou.com/wp-content/uploads/2022/02/圖片-6.png 357w, https://huijou.com/wp-content/uploads/2022/02/圖片-6-298x300.png 298w, https://huijou.com/wp-content/uploads/2022/02/圖片-6-150x150.png 150w, https://huijou.com/wp-content/uploads/2022/02/圖片-6-268x270.png 268w, https://huijou.com/wp-content/uploads/2022/02/圖片-6-120x120.png 120w" sizes="(max-width: 357px) 100vw, 357px" /></figure></div>



<p>下載完成後，雙擊安裝，保持其默認設置即可，或者在勾選如下圖也可以</p>



<div class="wp-block-image"><figure class="aligncenter size-full"><img decoding="async" width="694" height="564" src="https://huijou.com/wp-content/uploads/2022/02/圖片-7.png" alt="" class="wp-image-1625" srcset="https://huijou.com/wp-content/uploads/2022/02/圖片-7.png 694w, https://huijou.com/wp-content/uploads/2022/02/圖片-7-300x244.png 300w, https://huijou.com/wp-content/uploads/2022/02/圖片-7-332x270.png 332w" sizes="(max-width: 694px) 100vw, 694px" /></figure></div>



<p>最後點擊完成，完成安裝。</p>



<p></p>



<p>@ <a href="https://huijou.com/category/technology/">喜歡我的文章可以點選這觀看更多</a></p>
<p>這篇文章 <a href="https://huijou.com/python-vscode-setup/">【程式工具-PYTHON】如何在vscode使用python編輯</a> 最早出現於 <a href="https://huijou.com">HJs 找樂趣</a>。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://huijou.com/python-vscode-setup/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
