Python virtualenv. Get rid of python-wrap

This commit is contained in:
2020-11-26 21:26:36 +01:00
parent c379d8e714
commit c70ddcf2a2
4 changed files with 3 additions and 30 deletions

View File

@@ -28,6 +28,9 @@ open() { command xdg-open "$@" > /dev/null 2>&1 & }
source_existing ~/scripts/git-prompt.sh
source_existing ~/.bash_prompt.kuba
# Activate python virtualenv
source_existing ~/.python-venv.kuba/bin/activate
# Source lmod module setup
source_existing /usr/share/lmod/lmod/init/profile
@@ -49,6 +52,5 @@ case $(hostname) in
* )
if [ -e /usr/share/lmod/lmod/init/profile ]; then
module use "$HOME/.modules.kuba/"
module load python-wrap/3
fi
esac