<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://cs.indstate.edu/web/index.php?action=history&amp;feed=atom&amp;title=Anaconda</id>
	<title>Anaconda - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://cs.indstate.edu/web/index.php?action=history&amp;feed=atom&amp;title=Anaconda"/>
	<link rel="alternate" type="text/html" href="https://cs.indstate.edu/web/index.php?title=Anaconda&amp;action=history"/>
	<updated>2026-04-14T21:50:36Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://cs.indstate.edu/web/index.php?title=Anaconda&amp;diff=7&amp;oldid=prev</id>
		<title>Jkinne: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://cs.indstate.edu/web/index.php?title=Anaconda&amp;diff=7&amp;oldid=prev"/>
		<updated>2025-08-17T13:22:09Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 13:22, 17 August 2025&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key wiki2:diff:1.41:old-6:rev-7 --&gt;
&lt;/table&gt;</summary>
		<author><name>Jkinne</name></author>
	</entry>
	<entry>
		<id>https://cs.indstate.edu/web/index.php?title=Anaconda&amp;diff=6&amp;oldid=prev</id>
		<title>wiki_previous&gt;Jkinne: /* Install Steps */</title>
		<link rel="alternate" type="text/html" href="https://cs.indstate.edu/web/index.php?title=Anaconda&amp;diff=6&amp;oldid=prev"/>
		<updated>2023-10-10T15:24:22Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;Install Steps&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Anaconda is a Python environment manager so users can manage and install their own versions of python and packages.&lt;br /&gt;
&lt;br /&gt;
The following are recommended steps for installing Anaconda within your account on the CS server. For student accounts, this should only be done if your instructor has told you to do so (since the installation does take up some space, we don&amp;#039;t want it installed on every account on the system).&lt;br /&gt;
&lt;br /&gt;
=Install Steps=&lt;br /&gt;
&lt;br /&gt;
Basic install instructions: https://docs.conda.io/projects/conda/en/latest/user-guide/install/linux.html&lt;br /&gt;
&lt;br /&gt;
Run:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# within bash...&lt;br /&gt;
# check archive for latest version, and update the file variable accordingly&lt;br /&gt;
# https://repo.anaconda.com/archive/&lt;br /&gt;
base_url=&amp;quot;https://repo.anaconda.com/archive&amp;quot;&lt;br /&gt;
file=&amp;quot;Anaconda3-2023.09-0-Linux-x86_64.sh&amp;quot;&lt;br /&gt;
&lt;br /&gt;
mkdir -p ~/Downloads&lt;br /&gt;
cd ~/Downloads&lt;br /&gt;
&lt;br /&gt;
wget $base_url/&amp;quot;$file&amp;quot;&lt;br /&gt;
&lt;br /&gt;
chmod +x &amp;quot;$file&amp;quot;&lt;br /&gt;
./&amp;quot;$file&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When asked whether to update your shell profile to automatically initialize conda, type yes. Then log out and log back in.  Run &amp;lt;code&amp;gt;conda --help&amp;lt;/code&amp;gt; and you should have it installed.&lt;br /&gt;
&lt;br /&gt;
For &amp;lt;code&amp;gt;bash&amp;lt;/code&amp;gt; shells, ensure that your &amp;lt;code&amp;gt;.bashrc&amp;lt;/code&amp;gt; is configured to run in your &amp;lt;code&amp;gt;.bash_profile&amp;lt;/code&amp;gt;:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
### ~/.bash_profile&lt;br /&gt;
&lt;br /&gt;
if [ -f ~/.bashrc ]; then&lt;br /&gt;
    . ~/.bashrc&lt;br /&gt;
fi&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Turn off auto-loading of conda base environment when you login:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# From command line:&lt;br /&gt;
conda config --set auto_activate_base false&lt;br /&gt;
&lt;br /&gt;
# Then to turn conda environment on or off run:&lt;br /&gt;
conda activate&lt;br /&gt;
# or&lt;br /&gt;
conda deactivate&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>wiki_previous&gt;Jkinne</name></author>
	</entry>
</feed>