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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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. |
|
|
|