Skip to content

Commit

Permalink
use python installed by pyenv as :virtualenv_bootstrap_python
Browse files Browse the repository at this point in the history
  • Loading branch information
Yamashita Yuu committed Apr 24, 2013
1 parent 0d09ba8 commit 6ee1bdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/config/deploy.rb
Expand Up @@ -17,6 +17,7 @@
## pyenv ##
require "capistrano-pyenv"
set(:pyenv_python_version, "2.7.3")
set(:virtualenv_bootstrap_python) { "#{pyenv_cmd} exec python" }

role :web, "192.168.33.10"
role :app, "192.168.33.10"
Expand Down

0 comments on commit 6ee1bdc

Please sign in to comment.