Skip to content

Commit

Permalink
Merge pull request #26 from mshelton/master
Browse files Browse the repository at this point in the history
Bug Fix - Unable to install Plume when not using virtualenv
  • Loading branch information
allfro committed Apr 17, 2018
2 parents 24667bb + 2bcdd24 commit 1beb190
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/canari/commands/install_plume.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ def install_wizard(opts):
"--> Canari has detected that you're running this install script from within a virtualenv.\n"
"--> Would you like to run Plume from this virtualenv (%r) as well?" % os.environ['VIRTUAL_ENV'], True)
configurator.variables['plume.venv'] = os.environ['VIRTUAL_ENV'] if run_venv else False
else:
configurator.variables['plume.venv'] = None

configurator.render()
finish(configurator)
Expand Down

0 comments on commit 1beb190

Please sign in to comment.