I have a problem with a batch file I use to deploy software on new computers.
For example, I install Python 2.7
, and next I would like to upload pip
to install all libraries. My batch return the error could not update pip , python is not recognize as internal command or batch
. I have to close the script and reopen it.
Is there a way to refresh my cmd environment without closing it ?
I am not English so I hope you will understand me.
I am under Windows 7 PRO 64 bits
and I use cmd.exe
.