<?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>environment-setup on Eric&#39;s Note</title>
    <link>https://eric.nz/tags/environment-setup/</link>
    <description>Recent content in environment-setup on Eric&#39;s Note</description>
    <image>
      <url>https://eric.nz/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</url>
      <link>https://eric.nz/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</link>
    </image>
    <generator>Hugo -- gohugo.io</generator>
    <lastBuildDate>Wed, 07 Apr 2021 12:00:00 +0000</lastBuildDate><atom:link href="https://eric.nz/tags/environment-setup/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Configure Java Environment on macOS Big Sur</title>
      <link>https://eric.nz/posts/macos-install-java-on-big-sur/</link>
      <pubDate>Wed, 07 Apr 2021 12:00:00 +0000</pubDate>
      
      <guid>https://eric.nz/posts/macos-install-java-on-big-sur/</guid>
      <description>Starting from macOS Big Sur (ver. 11.2.3), macOS doesn&amp;rsquo;t include pre-installed Java any more, the best option is to install AdoptOpenJDK .
You can download the OpenJDK pkg binary and install it manually like here ,
or install AdoptOpenJDK via brew in your favourite terminal:
1 brew install --cask adoptopenjdk Hope it helps.
Reference wolfpaulus.com: Installing Java on macOS 11 Big Sur github.com/AdoptOpenJDK: AdoptOpenJDK - HomeBrew TAP </description>
    </item>
    
    <item>
      <title>Uninstall Anaconda on macOS</title>
      <link>https://eric.nz/posts/macos-uninstall-anaconda/</link>
      <pubDate>Sat, 10 Oct 2020 13:31:15 +0000</pubDate>
      
      <guid>https://eric.nz/posts/macos-uninstall-anaconda/</guid>
      <description>Sometimes you need to re-config your local Anaconda environment, and need to uninstall Anaconda distribution completely.
Automatic Uninstallation Step 1 Install the anaconda-clean package 1 conda install anaconda-clean Step 2 Clean your environment The anaconda-clean command will remove all Anaconda-related files and directories with a confirmation prompt before deleting each one. The --yes argument will help you to skip all confirmation and will remove all these files files and directories without confirmation.</description>
    </item>
    
    <item>
      <title>Mac Developer Environment Setup</title>
      <link>https://eric.nz/posts/macos-env-setup/</link>
      <pubDate>Tue, 26 Mar 2019 12:27:00 +0000</pubDate>
      
      <guid>https://eric.nz/posts/macos-env-setup/</guid>
      <description>example setup 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 ######### BASIC ######### # brew /usr/bin/ruby -e &amp;#34;$(curl -fsSL https://raw.</description>
    </item>
    
    <item>
      <title>Homebrew on macOS</title>
      <link>https://eric.nz/posts/macos-homebrew/</link>
      <pubDate>Sun, 04 Jun 2017 21:31:39 +0000</pubDate>
      
      <guid>https://eric.nz/posts/macos-homebrew/</guid>
      <description> Brew Install 1 /bin/bash -c &amp;#34;$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)&amp;#34; Housekeeping with Homebrew 1 brew update &amp;amp;&amp;amp; brew upgrade &amp;amp;&amp;amp; brew doctor &amp;amp;&amp;amp; brew autoremove &amp;amp;&amp;amp; brew cleanup Reference Install Guide: Housekeeping with Homebrew </description>
    </item>
    
  </channel>
</rss>
