Symlink Pipfile (& Pipfile.lock) at the top level

When executed, pipenv shell creates a fresh Pipfile if none
is found in the current directory. This is confusing,
hence the patch to symlink it at the top level, which
is a good starting point for various commands.
This commit is contained in:
Dmitry Ivanov
2021-07-08 21:13:42 +03:00
parent bfc27bee5e
commit 038dc6c629
2 changed files with 2 additions and 0 deletions

1
Pipfile Symbolic link
View File

@@ -0,0 +1 @@
./test_runner/Pipfile

1
Pipfile.lock generated Symbolic link
View File

@@ -0,0 +1 @@
./test_runner/Pipfile.lock