mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-10 04:23:47 -05:00
Create ~/.rbenv/shims if it doesn't exist
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
mkdir -p "${HOME}/.rbenv/shims"
|
||||||
cd "${HOME}/.rbenv/shims"
|
cd "${HOME}/.rbenv/shims"
|
||||||
rm *
|
rm *
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user