Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
create-production-venv: Fix symlink creation.
The install script was failing on 2nd+ attempts if the first attempt was interrupted. This failure happened because zulip-venv already existed at `current_venv_path`. Changing the `ln` command's flags from `-s` to `-nsf` should make this part of the script idempotent.
- Loading branch information