windows - Python script does not receive arguments after installing Visual Studio 2015 -


i installed visual studio 2015. python scripts don't receive command-line arguments anymore.

desktop> python foo.py hello foo ['c:\\users\\niklas\\desktop\\foo.py', 'hello', 'foo'] f:\python34\python.exe desktop> desktop> foo.py hello foo ['c:\\users\\niklas\\desktop\\foo.py'] f:\python34\python.exe 

both end being executed same python executable. how can fix this?


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -