mirror of
https://github.com/pyenv/pyenv.git
synced 2026-09-13 09:06:16 -04: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 a new issue