<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>開發環境 on hobbyworker취미생활자</title>
    <link>https://hobbyworker.me/zh-hant/series/%E9%96%8B%E7%99%BC%E7%92%B0%E5%A2%83/</link>
    <description>Recent content in 開發環境 on hobbyworker취미생활자</description>
    <generator>Hugo</generator>
    <language>zh-hant</language>
    <copyright>2026 hobbyworker</copyright>
    <lastBuildDate>Sun, 26 Mar 2023 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://hobbyworker.me/zh-hant/series/%E9%96%8B%E7%99%BC%E7%92%B0%E5%A2%83/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>使用rustup管理多個Rust環境</title>
      <link>https://hobbyworker.me/zh-hant/dev/2023-03-26-managing-multiple-rust-environments-with-rustup/</link>
      <pubDate>Sun, 26 Mar 2023 00:00:00 +0000</pubDate>
      <guid>https://hobbyworker.me/zh-hant/dev/2023-03-26-managing-multiple-rust-environments-with-rustup/</guid>
      <description>總結來說，rustup是官方的Rust工具鏈管理器，讓開發者能夠輕鬆在系統上安裝、更新及管理多個Rust環境。本報告詳細說明了在macOS、Linux和Windows上的安裝流程，以及使用rustup命令切換Rust版本、設定專案專屬覆寫和更新已安裝工具鏈的基本用法。透過善用rustup，開發者可以高效地處理具有不同Rust版本需求的多個專案，提升生產力並減少版本衝突。</description>
    </item>
    <item>
      <title>結合使用NVM和Autoenv</title>
      <link>https://hobbyworker.me/zh-hant/dev/2023-03-23-using-nvm-and-autoenv-in-combination/</link>
      <pubDate>Thu, 23 Mar 2023 00:00:00 +0000</pubDate>
      <guid>https://hobbyworker.me/zh-hant/dev/2023-03-23-using-nvm-and-autoenv-in-combination/</guid>
      <description>我們討論了如何結合使用nvm（Node版本管理器）和autoenv，在開發工作流程中無縫管理Node.js版本與環境變數。透過建立包含所需Node.js版本及環境變數的.env檔案，並設定autoenv與nvm協同運作，您可以在專案之間切換時自動切換Node.js版本並載入對應的變數。這種精簡的方式能大幅提升開發效率，確保每個專案始終使用正確的設定。</description>
    </item>
    <item>
      <title>如何結合使用jEnv與autoenv</title>
      <link>https://hobbyworker.me/zh-hant/dev/2023-03-22-how-to-use-jenv-and-autoenv-in-combination/</link>
      <pubDate>Wed, 22 Mar 2023 00:00:00 +0000</pubDate>
      <guid>https://hobbyworker.me/zh-hant/dev/2023-03-22-how-to-use-jenv-and-autoenv-in-combination/</guid>
      <description>jEnv與autoenv的組合提供了一個強大而靈活的解決方案，用於跨多個專案管理Java版本和環境變數。透過採用這些工具，開發者可以專注於撰寫高品質的程式碼和交付有價值的功能，而不必被管理不同Java環境的複雜性所拖累。</description>
    </item>
    <item>
      <title>如何結合使用rbenv與autoenv</title>
      <link>https://hobbyworker.me/zh-hant/dev/2023-03-21-how-to-use-rbenv-and-autoenv-in-combination/</link>
      <pubDate>Tue, 21 Mar 2023 00:00:00 +0000</pubDate>
      <guid>https://hobbyworker.me/zh-hant/dev/2023-03-21-how-to-use-rbenv-and-autoenv-in-combination/</guid>
      <description>結合rbenv與autoenv，可以讓你無縫管理多個Ruby版本及專案專屬的環境變數。透過在專案目錄中建立.ruby-version與.env檔案，你可以在專案間切換時自動切換Ruby版本並載入對應的環境變數。這個強大的組合能簡化你的Ruby開發環境，使其更有效率、更不容易出錯。</description>
    </item>
    <item>
      <title>結合Pyenv-virtualenv與Autoenv用於Python開發</title>
      <link>https://hobbyworker.me/zh-hant/dev/2023-03-20-using-pyenv-virtualenv-and-autoenv-in-combination-for-python-development/</link>
      <pubDate>Mon, 20 Mar 2023 00:00:00 +0000</pubDate>
      <guid>https://hobbyworker.me/zh-hant/dev/2023-03-20-using-pyenv-virtualenv-and-autoenv-in-combination-for-python-development/</guid>
      <description>總結來說，pyenv-virtualenv與autoenv可以結合使用，打造出順暢的Python開發工作流程，讓你輕鬆管理多個Python環境與虛擬環境。Pyenv-virtualenv是pyenv的外掛程式，用於管理虛擬環境；而autoenv則在進入含有.env檔案的專案目錄時，自動啟用對應的虛擬環境。同時使用這些工具，可以改善開發工作流程、保持相依套件的隔離與組織，並確保每個專案始終使用正確的虛擬環境。</description>
    </item>
    <item>
      <title>使用Autoenv：環境管理的終極捷徑</title>
      <link>https://hobbyworker.me/zh-hant/dev/2023-03-19-using-autoenv-the-ultimate-shortcut-to-environment-management/</link>
      <pubDate>Sun, 19 Mar 2023 00:00:00 +0000</pubDate>
      <guid>https://hobbyworker.me/zh-hant/dev/2023-03-19-using-autoenv-the-ultimate-shortcut-to-environment-management/</guid>
      <description>Autoenv是一個幫助管理環境變數的工具，它能在進入目錄時自動設定環境變數，並在離開時取消設定。它可以安裝在Mac、Linux及Windows等不同平台上。這個工具可用於設定環境變數、在進入目錄時執行指令，以及取消設定環境變數等多種用途。透過Autoenv，使用者可以輕鬆管理環境變數並將重複性工作自動化，進而提升工作流程的效率。</description>
    </item>
    <item>
      <title>用NVM管理多個Node.js環境</title>
      <link>https://hobbyworker.me/zh-hant/dev/2023-03-18-managing-multiple-nodejs-environments-with-nvm/</link>
      <pubDate>Sat, 18 Mar 2023 00:00:00 +0000</pubDate>
      <guid>https://hobbyworker.me/zh-hant/dev/2023-03-18-managing-multiple-nodejs-environments-with-nvm/</guid>
      <description>總結來說，這篇文章介紹了Node版本管理器（NVM），這是一個讓開發者管理並切換多個Node.js版本的實用工具。文章提供了適用於macOS、Linux及其他Unix系統的安裝說明，並涵蓋了NVM最常用的十大功能，包括列出可用的Node.js版本、安裝、切換、設定預設版本、移除，以及用特定版本執行腳本與指令。NVM讓開發者能夠有效率地使用不同的Node.js版本，確保在不同專案和環境中的順暢測試與相容性。</description>
    </item>
    <item>
      <title>使用 jEnv 進行 Java 版本管理的實務指南</title>
      <link>https://hobbyworker.me/zh-hant/dev/2023-03-17-a-practical-guide-to-using-jenv-for-java-version-management/</link>
      <pubDate>Fri, 17 Mar 2023 00:00:00 +0000</pubDate>
      <guid>https://hobbyworker.me/zh-hant/dev/2023-03-17-a-practical-guide-to-using-jenv-for-java-version-management/</guid>
      <description>本文介紹了 jEnv——一款簡化 Java 版本管理的命令列工具。我們討論了 Mac 和 Linux 的安裝說明，並探討了最常用的功能，例如 local、global、shell、rehash、version、versions、which、whence 和 add。jEnv 讓開發者能以專案或工作階段為單位輕鬆切換 Java 版本，簡化開發工作流程並防止版本衝突。對於任何需要處理多個 Java 專案或希望對 Java 環境有更多掌控的 Java 開發者而言，這是不可或缺的工具。</description>
    </item>
    <item>
      <title>如何使用 pyenv 和 pyenv-virtualenv</title>
      <link>https://hobbyworker.me/zh-hant/dev/2023-03-16-how-to-use-pyenv-and-pyenv-virtualenv/</link>
      <pubDate>Thu, 16 Mar 2023 00:00:00 +0000</pubDate>
      <guid>https://hobbyworker.me/zh-hant/dev/2023-03-16-how-to-use-pyenv-and-pyenv-virtualenv/</guid>
      <description>本文探討了 pyenv 和 pyenv-virtualenv——管理多個 Python 版本和虛擬環境的強大工具。我們介紹了 Mac 和 Linux 平台的安裝說明，並討論了最常用的功能，例如安裝 Python 版本、設定全域和本機 Python 版本、建立和管理虛擬環境，以及執行 rehash 更新 shim。善用這些工具，您可以維持簡潔高效的開發工作流程，將相依性衝突降到最低，並在具有不同相依性和 Python 版本的專案之間輕鬆切換。</description>
    </item>
    <item>
      <title>用 rbenv 管理多個 Ruby 環境</title>
      <link>https://hobbyworker.me/zh-hant/dev/2023-03-15-managing-multiple-ruby-environments-with-rbenv/</link>
      <pubDate>Wed, 15 Mar 2023 00:00:00 +0000</pubDate>
      <guid>https://hobbyworker.me/zh-hant/dev/2023-03-15-managing-multiple-ruby-environments-with-rbenv/</guid>
      <description>總之，rbenv 是一個管理多個 Ruby 環境的強大多功能工具。它簡化了 Ruby 版本之間的切換、gem set 的管理，以及專案特定相依性的維護。rbenv 安裝簡便、跨平台相容，對於希望簡化工作流程、保持專案井然有序的 Ruby 開發者來說不可或缺。</description>
    </item>
    <item>
      <title>Homebrew 入門指南：macOS 的套件管理器</title>
      <link>https://hobbyworker.me/zh-hant/dev/2023-03-13-a-beginners-guide-to-homebrew-the-missing-package-manager-for-macos/</link>
      <pubDate>Mon, 13 Mar 2023 00:00:00 +0000</pubDate>
      <guid>https://hobbyworker.me/zh-hant/dev/2023-03-13-a-beginners-guide-to-homebrew-the-missing-package-manager-for-macos/</guid>
      <description>本文將探索 Homebrew——一款專為 macOS 使用者設計的強大多功能套件管理器。Homebrew 填補了 macOS 的空缺，提供了一種簡便的方式來安裝和管理 App Store 中沒有的開源軟體、工具與函式庫。讀完本文，您將對如何安裝和使用 Homebrew 有扎實的理解，我們還會透過一個實際範例帶您一步步操作。</description>
    </item>
  </channel>
</rss>
