Skip to content
This repository has been archived by the owner on Aug 11, 2023. It is now read-only.

Commit

Permalink
Informawtion message more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
constrict0r committed Nov 28, 2018
1 parent d3c7fb6 commit 18d1c2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion amanita/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,8 @@ def direnv_setup(path, venv_path):

click.echo('You must run: ' +
click.style('source ~/.bashrc ', fg='yellow') +
click.style('or restart session ', fg='green') +
'or ' +
click.style('restart session ', fg='green') +
'to activate it')

try:
Expand Down

0 comments on commit 18d1c2d

Please sign in to comment.