Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conda Variables: github, pdf, web #49

Merged
merged 4 commits into from
Jun 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified doc/speed-manual.pdf
Binary file not shown.
11 changes: 11 additions & 0 deletions doc/speed-manual.tex
Original file line number Diff line number Diff line change
Expand Up @@ -610,6 +610,17 @@ \subsubsection{Anaconda}
from the python distribution while \texttt{conda install} installs modules from
anaconda's repository.

% ------------------------------------------------------------------------------
\paragraph{Conda Env without --prefix: }

If you don't want to use the \texttt{\-\-prefix} option every time you create a new environment and you don't want to use the default \texttt{\-\$HOME}.
Create a new directory an set the following variables to point to the new created directory, e.g:
\begin{verbatim}
setenv CONDA_ENVS_PATH /speed-scratch/$USER/condas
setenv CONDA_PKGS_DIRS /speed-scratch/$USER/condas/pkg
\end{verbatim}
If you want to make these changes permanent, add the variables to your \texttt{.tcshrc} or \texttt{.bashrc} (depending on the default shell you are using)

% ------------------------------------------------------------------------------
\subsubsection{Python}
\label{sect:python-venv}
Expand Down
Loading