mirror of
https://github.com/zulip/zulip.git
synced 2026-06-21 21:32:29 +08:00
/bin/sh and /usr/bin/env are the only two binaries that NixOS provides at a fixed path (outside a buildFHSUserEnv sandbox). This discussion was split from #11004. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
5 lines
87 B
Bash
5 lines
87 B
Bash
#!/usr/bin/env bash
|
|
|
|
source /srv/zulip-py3-venv/bin/activate
|
|
echo "Using $VIRTUAL_ENV"
|