added env/ to gitignore and fixed an issue with electrum-env to pass command line arguments correctly

This commit is contained in:
Kevin Cooper 2015-02-13 18:28:34 -07:00
parent 3ae3faf96b
commit 8a8dea7390
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -14,3 +14,4 @@ locale/
.devlocaltmp/
*_trial_temp
packages
env/

View File

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