fix(python): problem when using pip
as a program
This commit is contained in:
parent
4741fa2aee
commit
f502db82f1
2
.envrc
2
.envrc
@ -25,7 +25,7 @@ if (($(echo $(direnv_layout_dir)/python* | wc --words) > 1)); then
|
||||
du -sh .direnv/*
|
||||
fi
|
||||
|
||||
if ! pip list | grep pynvim > /dev/null; then
|
||||
if ! python3 -m pip list | grep pynvim > /dev/null; then
|
||||
log_error "python: Missing pynvim module"
|
||||
fi
|
||||
|
||||
|
@ -2,4 +2,4 @@ direnv 2.34.0
|
||||
# NOTE: Path to nodejs is hardcoded in init.lua
|
||||
nodejs 22.2.0
|
||||
# TODO: Don't use version matching system
|
||||
python 3.12.3
|
||||
python 3.12.4
|
||||
|
Loading…
Reference in New Issue
Block a user