mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
windows is not supported
This commit is contained in:
@@ -483,10 +483,8 @@ def shell(three=None):
|
||||
# Spawn the Python process, and interact with it.
|
||||
try:
|
||||
shell = os.environ['SHELL']
|
||||
os.environ['SHELL'] = 'windows'
|
||||
except KeyError:
|
||||
click.echo(crayons.red('Windows is not currently supported.'))
|
||||
click.echo('Run $ {0} instead.'.format(crayons.red(activate_virtualenv())))
|
||||
sys.exit(1)
|
||||
|
||||
click.echo(crayons.yellow('Spawning environment shell ({0}).'.format(crayons.red(shell))))
|
||||
|
||||
Reference in New Issue
Block a user