Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Use a different virtualenv for each backdrop app #190

Merged
merged 1 commit into from
Dec 10, 2013

Conversation

fawkesley
Copy link
Contributor

If backdrop_read, backdrop_write, backdrop_admin use the same virtualenv
(~/.virtualenvs/backdrop) there's a race condition the first time bowl backdrop is called (when no virtualenv exists) as they all try to run
virtualenv and pip install at the same time.

This commit gives them all unique virtualenv directories.

If backdrop_read, backdrop_write, backdrop_admin use the same virtualenv
(~/.virtualenvs/backdrop) there's a race condition the first time ``bowl
backdrop`` is called (when no virtualenv exists) as they all try to run
virtualenv and pip install at the same time.

This commit gives them all unique virtualenv directories.
tombooth added a commit that referenced this pull request Dec 10, 2013
Use a different virtualenv for each backdrop app
@tombooth tombooth merged commit 5a7a454 into master Dec 10, 2013
@tombooth tombooth deleted the fix-race-condition branch December 10, 2013 15:54
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants