Do not set ANSIBLE_LIBRARY in env-setup.fish (#63688)
Setting this env var was removed from env-setup back in 2014. Not sure why it is in this setup script and it interferes with the defult search path
This commit is contained in:
parent
741d529409
commit
4de516d35f
1 changed files with 1 additions and 3 deletions
|
@ -57,8 +57,6 @@ if not set -q PYTHON_BIN
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
set -gx ANSIBLE_LIBRARY $ANSIBLE_HOME/library
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Generate egg_info so that pkg_resources works
|
# Generate egg_info so that pkg_resources works
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue