Subversion Repositories pub

Compare Revisions

No changes between revisions

Ignore whitespace Rev 617 → Rev 618

/relevation/branches/1.3.1/devtools/devenv.bash
0,0 → 1,13
#!/bin/bash
#
# This script sets up environment for development
# $Id$
#
pp="$(realpath "$(dirname "$0")"/../src)"
 
echo "#"
echo "# PYTHONPATH=\"$pp\""
echo "#"
 
env PYTHONPATH="$pp" bash --rcfile <(echo PS1='"[RLV]\\u@\\h:\\w\\$ "')
 
Property changes:
Added: svn:executable
+*
\ No newline at end of property
Added: svn:keywords
+Rev Id Date
\ No newline at end of property