Skip to content

Commit

Permalink
Remove --always-copy from default options
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakshmi Kannan committed Jan 14, 2016
1 parent 8f421df commit 54c7eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion st2actions/st2actions/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def _register_action_runner_opts():
help='Python binary which will be used by Python actions.'),
cfg.StrOpt('virtualenv_binary', default=default_virtualenv_bin_path,
help='Virtualenv binary which should be used to create pack virtualenvs.'),
cfg.ListOpt('virtualenv_opts', default=['--always-copy', '--system-site-packages'],
cfg.ListOpt('virtualenv_opts', default=['--system-site-packages'],
help='List of virtualenv options to be passsed to "virtualenv" command that ' +
'creates pack virtualenv.')
]
Expand Down

0 comments on commit 54c7eaa

Please sign in to comment.