Conda (package manager): Difference between revisions

No edit summary
Line 1: Line 1:
==Install==
==Install==
===Add Anaconda to PATH (Windows)===
===Add Anaconda to PATH===
If you didn't already add it to path on installation, add the following:
If you didn't already add it to path on installation, run the following:
<pre>
<pre>
%USERPROFILE%\Anaconda3\Scripts
echo ". $HOME/Anaconda3/etc/profile.d/conda.sh" >> ~/.bashrc
</pre>
</pre>