dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 9eaa7da629ca42250beefffb4f365bed7edd5c9e
parent 6cc95ee096752e43e2cadc546aa465f0dc551488
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Wed, 28 Feb 2018 09:43:50 -0500

Add anaconda3 installation to PATH for analysis notes

Diffstat:
Mlinks/.bashrc | 1+
Mlinks/.zshrc | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/links/.bashrc b/links/.bashrc @@ -210,4 +210,5 @@ export GPG_TTY=`tty` [ -f $MODULESHOME/init/bash ] && source $MODULESHOME/init/bash [ -d /net/and/anaconda3/bin ] && export PATH="/net/and/anaconda3/bin:$PATH" +[ -d /work/and/anaconda3/bin ] && export PATH="/work/and/anaconda3/bin:$PATH" [ -f /etc/pki/tls/certs/ca-bundle.crt ] && export CURL_CA_BUNDLE=/etc/pki/tls/certs/ca-bundle.crt diff --git a/links/.zshrc b/links/.zshrc @@ -339,6 +339,7 @@ if [ -f /usr/local/Modules/default/init/zsh ]; then module load git python/2.7.1 fi [ -d /net/and/anaconda3/bin ] && export PATH="/net/and/anaconda3/bin:$PATH" +[ -d /work/and/anaconda3/bin ] && export PATH="/work/and/anaconda3/bin:$PATH" [ -f /etc/pki/tls/certs/ca-bundle.crt ] && export CURL_CA_BUNDLE=/etc/pki/tls/certs/ca-bundle.crt [ -d ~/code/basilisk/src ] && export BASILISK=~/code/basilisk/src