daml/dev-env/bin/pip3.6
Digital Asset GmbH 05e691f558 open-sourcing daml
2019-04-04 09:33:38 +01:00

6 lines
160 B
Bash
Executable File

#!/usr/bin/env bash
# Nix attributes cannot easily contain '.', so this is a shell script
# wrapper instead of a symlink to dade-exec-nix-tool.
exec pip3 "$@"