<?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/tags/%E7%89%88%E6%9C%AC%E7%AE%A1%E7%90%86/</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/tags/%E7%89%88%E6%9C%AC%E7%AE%A1%E7%90%86/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>如何結合使用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>用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>
  </channel>
</rss>
