1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-14 14:23:53 -05:00

Revert support for user-installed gems (#1443)

This commit is contained in:
Mislav Marohnić
2022-10-07 12:56:54 +02:00
committed by GitHub
parent a6cf6aeadb
commit 410e05bf8c
4 changed files with 19 additions and 28 deletions

View File

@@ -104,10 +104,6 @@ list_executable_names() {
echo "${file##*/}"
done
done
# list user-install'ed executables
for file in ~/.gem/ruby/*/bin/*; do
echo "${file##*/}"
done
if [ -n "$GEM_HOME" ]; then
for file in "$GEM_HOME"/bin/*; do
echo "${file##*/}"