Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
# Include this file into your ~/.bashrc
# -------------------------------------
export PYENV_ROOT="{{ __pyenv_base_path__ }}"
export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init - {{ __pyenv_init_options__ }})"