mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-14 20:39:55 -05:00
Create ~/.rbenv/shims if it doesn't exist
This commit is contained in:
parent
8246dc8d8a
commit
355e7c1c96
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
set -e
|
||||
|
||||
mkdir -p "${HOME}/.rbenv/shims"
|
||||
cd "${HOME}/.rbenv/shims"
|
||||
rm *
|
||||
|
||||
|
|
Loading…
Reference in a new issue