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:
@@ -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##*/}"
|
||||
|
||||
Reference in New Issue
Block a user