Skip to content

Instantly share code, notes, and snippets.

@nkabir
Created October 5, 2012 21:51
Show Gist options
  • Save nkabir/3842638 to your computer and use it in GitHub Desktop.
Save nkabir/3842638 to your computer and use it in GitHub Desktop.
Eclipse python launch script
#!/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