mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Doc: Expose issues with fancy extension
This commit is contained in:
committed by
Frost Ming
parent
bfbe1304f6
commit
02d33f2da3
@@ -0,0 +1 @@
|
||||
Added a line describing potential issues in fancy extension.
|
||||
@@ -342,7 +342,8 @@ def lock(
|
||||
"--fancy",
|
||||
is_flag=True,
|
||||
default=False,
|
||||
help="Run in shell in fancy mode (for elegantly configured shells).",
|
||||
help="Run in shell in fancy mode. Make sure the shell have no path manipulating"
|
||||
" scripts. Run $pipenv shell for issues with compatibility mode.",
|
||||
)
|
||||
@option(
|
||||
"--anyway",
|
||||
|
||||
Reference in New Issue
Block a user