Skip to content

Commit

Permalink
Merge pull request #49 from carlos-encs/Conda
Browse files Browse the repository at this point in the history
Conda Variables: github, pdf, web
  • Loading branch information
smokhov authored Jun 3, 2024
2 parents 46d7be9 + 435ffd4 commit e1bbd7e
Show file tree
Hide file tree
Showing 4 changed files with 402 additions and 377 deletions.
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

0 comments on commit e1bbd7e

Please sign in to comment.