added env/ to gitignore and fixed an issue with electrum-env to pass command line arguments correctly
This commit is contained in:
@@ -17,8 +17,8 @@ else
|
||||
python setup.py install
|
||||
fi
|
||||
|
||||
export PYTHONPATH=/usr/local/lib/python2.7/site-packages:$PYTHONPATH
|
||||
export PYTHONPATH="/usr/local/lib/python2.7/site-packages:$PYTHONPATH"
|
||||
|
||||
./electrum
|
||||
./electrum "$@"
|
||||
|
||||
deactivate
|
||||
|
||||
Reference in New Issue
Block a user