Cześć Często używam Power Shell na Windows 7
Często piszę polecenia takie jak
C: \ Python26 \ python.exe example.py
C: \ Python26 \ scripts \ pip.exe install examplePy
C: \ Python26 \ scripts \ easy_install.exe examplePy
Chciałbym po prostu pisać (jak w Linuksie)
python example.py
easy_install examplePy
pip install examplePy
Jak mam to kontynuować?
Pomoc byłaby bardzo mile widziana.