Python wrap modules etc..
This commit is contained in:
@@ -13,8 +13,6 @@ alias ls='ls --color=auto'
|
||||
export KRB5_CONFIG=".etcfiles/krb5.conf"
|
||||
export EDITOR="vim"
|
||||
export CUPS_GSSSERVICENAME=HTTP
|
||||
export PATH=$PATH:/home/kuba/bin
|
||||
export PATH="$HOME/git/esp-open-sdk/xtensa-lx106-elf/bin/:$PATH"
|
||||
|
||||
alias dotfiles="/usr/bin/git --git-dir=$HOME/.dotfiles.git --work-tree=$HOME"
|
||||
alias dvim="GIT_WORK_TREE='/home/kuba' GIT_DIR='/home/kuba/.dotfiles.git/' vim"
|
||||
@@ -27,7 +25,7 @@ source_existing ~/.bash_prompt.kuba
|
||||
source_existing /usr/share/lmod/lmod/init/profile
|
||||
if [ -e /usr/share/lmod/lmod/init/profile ]; then
|
||||
module use "$HOME/.modules.kuba/"
|
||||
module load python-wrap
|
||||
module load python-wrap/3
|
||||
fi
|
||||
|
||||
case $hostname in
|
||||
|
||||
Reference in New Issue
Block a user