Browse Source

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

Fix electrum-env on FreeBSD
dependabot/pip/contrib/deterministic-build/ecdsa-0.13.3
ThomasV 6 years ago
committed by GitHub
parent
commit
d9a67c6e5d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      electrum-env

2
electrum-env

@ -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.

Loading…
Cancel
Save