Created
October 5, 2012 21:51
-
-
Save nkabir/3842638 to your computer and use it in GitHub Desktop.
Eclipse python launch script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
source dev-env.sh | |
# example that sets up LD_LIBRARY path for C++ libraries used by Python | |
# export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/fincad/fincad/lib | |
# We also increase the heap size | |
$HOME/local/eclipse-juno/eclipse-python/eclipse/eclipse -vmargs -Xmx2048M |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment