Can I copy a Python interpreter and rename it without ill effect? -



Can I copy a Python interpreter and rename it without ill effect? -

because of some asinine problem i'm having multiple python interpreters , windows 7, re-create interpreter, rename it, , run scripts without problems?

my python 2.6 install came python.exe , python26.exe identical according fc. seems convenient arrangement unambiguously pick python version when multiple can found on path envvar, reason version-tagged python.exe's weren't included in default 2.7 msi installer.

yes, depending on doing. should able move whole installed interpreter (i.e. libs , everything) moving just executable cause problems.

you might want create .bat file can utilize in place of script selects right interpreter. in case can things pick virtualenv instance.

c:\python26\python.exe c:\tools\myscript.py %*

python

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -