<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" 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:media="http://search.yahoo.com/mrss/"><channel><title>Environment on Shaowen Chen's Website</title><link>https://www.chenshaowen.com/en/tags/environment/</link><description>Recent content in Environment on Shaowen Chen's Website</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>&amp;copy;2016 - {year}, All Rights Reserved.</copyright><lastBuildDate>Thu, 28 Mar 2024 00:00:00 +0000</lastBuildDate><sy:updatePeriod>weekly</sy:updatePeriod><atom:link href="https://www.chenshaowen.com/en/tags/environment/atom.xml" rel="self" type="application/rss+xml"/><item><title>Conda Installation and Use</title><link>https://www.chenshaowen.com/en/blog/conda-install-and-use.html</link><pubDate>Thu, 28 Mar 2024 00:00:00 +0000</pubDate><atom:modified>Thu, 28 Mar 2024 00:00:00 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/conda-install-and-use.html</guid><description>1. Installing conda 1 2 3 wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh bash Miniconda3-latest-Linux-x86_64.sh rm -rf Miniconda3-latest-Linux-x86_64.sh However, Miniconda cannot be used for free at large-scale commercial deployments, so you can use Miniforge as a drop-in alternative.
1 2 wget &amp;#34;https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-$(uname)-$(uname -m).sh&amp;#34; bash Miniforge3-$(uname)-$(uname -m).sh 2. Changing the default configuration 2.1 Initializing the Shell Without initialization, activating an environment reports CondaError: Run 'conda init' before 'conda activate'.</description><dc:creator>微信公众号</dc:creator><category>Conda</category><category>Python</category><category>AI</category><category>Environment</category><category>Operations</category></item><item><title>Installing and Configuring Homebrew on CentOS 7</title><link>https://www.chenshaowen.com/en/blog/install-homebrew-in-centos-7.html</link><pubDate>Sun, 28 Mar 2021 00:00:00 +0000</pubDate><atom:modified>Sun, 28 Mar 2021 00:00:00 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/install-homebrew-in-centos-7.html</guid><description>When installing packages on CentOS you usually have to hunt down all sorts of repositories; with Homebrew that hassle goes away. This article uses CentOS 7.6 — other system versions may differ.
1. Create a Non-root User Homebrew refuses to run as root, so a new user has to be created.</description><dc:creator>微信公众号</dc:creator><category>CentOS</category><category>Environment</category><category>Homebrew</category><category>Operations</category><category>Package Management</category><category>Learning</category></item><item><title>Git and Development Environment Setup</title><link>https://www.chenshaowen.com/en/blog/git-and-development-environment-setup.html</link><pubDate>Fri, 19 Oct 2018 00:00:00 +0000</pubDate><atom:modified>Fri, 19 Oct 2018 00:00:00 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/git-and-development-environment-setup.html</guid><description>Compiled from the &amp;ldquo;Development Tips&amp;rdquo; series, gathering practices around Git collaboration and development environment setup. 1. warning: LF will be replaced by CRLF Windows, Linux, and Mac are inconsistent in how they mark line endings in files. Windows uses CRLF as the terminator, while Linux and Mac use LF. Git</description><dc:creator>微信公众号</dc:creator><category>Git</category><category>Python</category><category>Windows</category><category>R&amp;D</category><category>Environment</category></item></channel></rss>