Skip to content

Commit

Permalink
give up the prompt and add link to issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Changaco committed Sep 17, 2016
1 parent 25d568b commit df2f31f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions build.py
Expand Up @@ -10,13 +10,11 @@
# Core Executables
# ================

# See https://github.com/AspenWeb/pando.py/issues/542
USE_PY_VENV = sys.version_info > (3, 3)

ENV_ARGS = [
'-m', 'venv'
] if USE_PY_VENV else [
'-m', 'virtualenv',
'--prompt=[pando]',
'-m', ('venv' if USE_PY_VENV else 'virtualenv')
]


Expand Down

0 comments on commit df2f31f

Please sign in to comment.