Is it possible to set an ENV variable for just one shell command (ie make it expire right after the command executes)?
For example:
export VERSIONER_PYTHON_PREFER_32_BIT=yes
winpdb
I'd like to set my system to use 32bit Python for just this command, then go back to 64bit. Maybe something like
VERSIONER_PYTHON_PREFER_32_BIT=yes; winpdb
Thanks!
[python]tag should only be used when the question directly relates to Python (e.g. it is written in Python). The same idea applies to tags in general. – Josh Sep 9 '10 at 20:45[shell]tag should be more specific ([bourne-shell]I assume). – Josh Sep 9 '10 at 20:46