mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
remove kr_easter_egg
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
@@ -1598,19 +1598,6 @@ def warn_in_virtualenv():
|
||||
)
|
||||
|
||||
|
||||
def kr_easter_egg(package_name):
|
||||
if package_name in ['requests', 'maya', 'crayons', 'delegator.py', 'records', 'tablib', 'background', 'clint']:
|
||||
|
||||
# Windows built-in terminal lacks proper emoji taste.
|
||||
if PIPENV_HIDE_EMOJIS:
|
||||
click.echo(u' PS: You have excellent taste!')
|
||||
else:
|
||||
click.echo(u' PS: You have excellent taste! ✨ 🍰 ✨')
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
def do_py(system=False):
|
||||
try:
|
||||
click.echo(which('python', allow_global=system))
|
||||
@@ -1792,9 +1779,6 @@ def do_install(
|
||||
if pre:
|
||||
project.update_settings({'allow_prereleases': pre})
|
||||
|
||||
# Ego boost.
|
||||
kr_easter_egg(package_name)
|
||||
|
||||
if lock and not skip_lock:
|
||||
do_lock(system=system, pre=pre)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user