Subversion Repositories pub

Compare Revisions

Problem with comparison.

Ignore whitespace Rev HEAD → Rev 621

/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 . ~/.bashrc ; 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