Python virtualenv. Get rid of python-wrap
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user