mirror of
https://github.com/pyenv/pyenv.git
synced 2025-12-06 18:08:37 +00:00
Create ~/.rbenv/shims if it doesn't exist
This commit is contained in:
parent
8246dc8d8a
commit
355e7c1c96
@ -2,6 +2,7 @@
|
||||
|
||||
set -e
|
||||
|
||||
mkdir -p "${HOME}/.rbenv/shims"
|
||||
cd "${HOME}/.rbenv/shims"
|
||||
rm *
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user