masroore / pyscripter

Automatically exported from code.google.com/p/pyscripter
0 stars 0 forks source link

New Environment configuration cannot be used in Command Prompt #505

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Config a new environment in "My Computer".
2. Run "CMD" to test the new env, it work right.
3. Same command in "Tools -> tools -> Command Prompt" of PyScripter don't work 
right.
4. See the env in PyScripter, it is old.

What is the expected output? What do you see instead?
The same command should be the same result in command prompt.

What version of the product are you using? On what operating system?
2.4.1.0

Please provide any additional information below.

Original issue reported on code.google.com by pmf....@gmail.com on 13 Apr 2011 at 10:01

GoogleCodeExporter commented 9 years ago
work all right for me in Win 7 64bit. Pyscript 2.4.1.0 and python3.2. When you 
say "Same command in "Tools -> tools -> Command Prompt" of PyScripter don't 
work right.", what's symptom of it? Not finding the cmd.exe?

Original comment by zxpat...@gmail.com on 14 Apr 2011 at 8:36

GoogleCodeExporter commented 9 years ago
The current implementation of the External Tool "Command Prompt" simply uses 
the COMSPEC environment variable.

In any case, it is very easy to modify it to suit your needs (Tools, Configure 
Tools..)

Original comment by pyscripter on 28 May 2011 at 9:08