I've been trying to get SCons to work on the Windows 10 cmd for some time now. I installed it through pip, so I believe it is in the correct directory because python is working in cmd when I use py
. When I try to use scons
, I get the message
'scons' is not recognized as an internal or external command, operable program or batch file.
Because of that, I tried editing the user and system path variable to include scons under the directory 'C:\Users\dwayn\AppData\Local\Programs\Python38\Lib\site-packages\scons\'
, but I get the same error.
What should I edit to make scons run on the command line?
Note: I do have Anaconda 3 installed on my system if that effects anything.