Skip to content

Commit 65d11cb

Browse files
committed
Load pyenv and nvm automatiocally, if direnv is installed
Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
1 parent 95e57ef commit 65d11cb

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.envrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
# shellcheck shell=sh
66
# https://direnv.net/man/direnv-stdlib.1.html
77
PATH_add bin
8+
9+
export VIRTUAL_ENV=venv
10+
layout python
11+
use nvm
12+
813
# shellcheck disable=SC2155
914
export PROJECT_DIR="$(pwd)"
1015

0 commit comments

Comments
 (0)