Octave Not Recognizing Python Is Installed
I am trying to install the symbolic package in octave, I have the package in the correct directory, which is my current directory in Octave, but when it tries to install the packag
Solution 1:
First open the prompt and run 'python'. If the python console is not opened and the prompt says that this command is not recognized, you have my same problem and I was able to fix just adding python to the environment path.
To fix it:
- Hold Win and press Pause.
- Click Advanced System Settings.
- Click Environment Variables.
- Append
;C:\python27
to thePath
variable. - Restart Command Prompt.
Post a Comment for "Octave Not Recognizing Python Is Installed"