1
0

Merge pull request #5542 from gballet/fix-electrum-env-for-freebsd

Fix electrum-env on FreeBSD
This commit is contained in:
ThomasV
2019-08-02 08:38:08 +02:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# This script creates a virtualenv named 'env' and installs all
# python dependencies before activating the env and running Electrum.