11 lines
250 B
Plaintext
11 lines
250 B
Plaintext
# See `direnv stdlib` for special functions provided by _direnv_.
|
|
use asdf
|
|
|
|
# Python virtual env
|
|
layout python3
|
|
|
|
if (($(echo $(direnv_layout_dir)/python* | wc --words) > 1)); then
|
|
log_error "Found several python environments"
|
|
du -sh .direnv/*
|
|
fi
|