copy pyenv installation onto other nodes

the step Im working on copying pyenv installation.

seems it’s simple, after setting env. it failed.

the problem is :

well after checking, it was the problem that ~/.pyenv/libexec was not in the $PATH.

comparing the src and dest env.:

the problem is that pyenv is now a binary, not sym.link instead.

FIX:
1. using zip -y or –symlinks option on backup.
2. or after unzip, remove pyenv binary under ~/.pyenv/bin/, install sym-link.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.