mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Added additional spinner
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
3.3.3:
|
||||
- Spinners!
|
||||
- Shell compatibility mode ($ pipenv shell -c).
|
||||
- Classic virtualenv location (within project) mode.
|
||||
- Removal of $ pipenv install --requirements.
|
||||
|
||||
+2
-1
@@ -328,7 +328,8 @@ def do_create_virtualenv(three=None, python=None):
|
||||
cmd = cmd + ['-p', python]
|
||||
|
||||
# Actually create the virtualenv.
|
||||
c = delegator.run(cmd, block=False)
|
||||
with spinner():
|
||||
c = delegator.run(cmd, block=False)
|
||||
click.echo(crayons.blue(c.out), err=True)
|
||||
|
||||
# Say where the virtualenv is.
|
||||
|
||||
Reference in New Issue
Block a user