Browse Source

Merge pull request #4189 from romanz/env-fix

electrum-env:  allow running from other directories as well
3.2.x
ThomasV 7 years ago
committed by GitHub
parent
commit
fcfdba14bd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      electrum-env

1
electrum-env

@ -11,6 +11,7 @@
PYTHON_VER="$(python3 -c 'import sys; print(sys.version[:3])')"
cd $(dirname $0)
if [ -e ./env/bin/activate ]; then
source ./env/bin/activate
else

Loading…
Cancel
Save