File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 88 welcomeText = ''
99 Welcome to the python-nix-template!
1010
11- Don't forget to `cd` into your new project directory.
11+ NOTE: If you're reusing a preexisting directory for PROJECT_DIRECTORY you
12+ may need to run `direnv revoke $PROJECT_DIRECTORY` to unload the environment
13+ before proceeding.
14+
15+ Otherwise, don't forget to `cd` into your new project directory.
1216
1317 If you do not have nix and direnv installed, check
1418
2125
2226 In order to recognize the `flake.nix` and associated files, create a git
2327 repository, stage the files, and run `direnv allow` to load the environment.
28+ You might need to run `direnv revoke` first if you're reusing a directory
29+ where you have previously run `direnv allow`.
2430
2531 You can copy and paste
2632
You can’t perform that action at this time.
0 commit comments