1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-16 15:23:53 -05:00

Updated Deploying with pyenv (markdown)

Omer Katz
2013-11-18 06:42:43 -08:00
parent 6738029d28
commit 910247ac75

@@ -3,7 +3,7 @@ Some considerations for a hypothetical deployment strategy:
* It is suggested that there is a single user for deployment, e.g. "app" user * It is suggested that there is a single user for deployment, e.g. "app" user
* `PYENV_ROOT` is at the default location: `~app/.pyenv` * `PYENV_ROOT` is at the default location: `~app/.pyenv`
* Ruby versions are either installed or symlinked to `~app/.pyenv/versions` * Python versions are either installed or symlinked to `~app/.pyenv/versions`
* pyenv version 0.2 or greater is recommended. * pyenv version 0.2 or greater is recommended.
Users of Capistrano may find these projects useful: Users of Capistrano may find these projects useful: