1
0
mirror of https://github.com/balkian/dotfiles.git synced 2025-08-23 16:02:19 +00:00
This commit is contained in:
J. Fernando Sánchez
2016-03-09 15:16:31 +01:00
parent e68ff6e85e
commit 59483a7ac8
6 changed files with 28 additions and 7 deletions

View File

@@ -103,3 +103,8 @@ function newdev () {
alias gsicluster='ssh balkian@shannon.gsi.dit.upm.es -p 1337'
TMPPREFIX="${TMPDIR%/}/zsh"
export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"
pyenv virtualenvwrapper