Python Forum
Very basic help needed please
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Very basic help needed please
#4
(Nov-28-2016, 04:50 PM)buran Wrote: C:\Users\gg> cd C:\Python34\MyScripts
C:\Python34\MyScripts>python hello.py

OR

C:\Users\gg>python C:\Python34\MyScripts\hello.py

This is it,

Microsoft Windows [Version 10.0.14393]
© 2016 Microsoft Corporation. All rights reserved.

C:\Users\gg>C:\MyScripts>python hello.py
'C:\MyScripts' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\gg>

(Nov-28-2016, 04:51 PM)snippsat Wrote: Set up environment Variables Path,
Like in video,but also point to script folder(pip placement),
so for e.g Python 3.4 you add ;C:\python34\;C:\python34\scripts
Restart.
Now should python and pip work from anywhere in cmd.
Test and upgrade pip.
C:\>pip -V
pip 9.0.1 from c:\python34\lib\site-packages (python 3.4)

C:\>cd python34/scripts
C:\Python34\Scripts>pip install --upgrade pip
Requirement already up-to-date: pip in c:\python34\lib\site-packages
thanks for the info snippsat, can this also be done on Windows 10?
Reply


Messages In This Thread
Very basic help needed please - by 0621_OWLgale - Nov-28-2016, 04:21 PM
RE: Very basic help needed please - by buran - Nov-28-2016, 04:50 PM
RE: Very basic help needed please - by 0621_OWLgale - Nov-28-2016, 06:39 PM
RE: Very basic help needed please - by buran - Nov-28-2016, 07:22 PM
RE: Very basic help needed please - by snippsat - Nov-28-2016, 04:51 PM
RE: Very basic help needed please - by snippsat - Nov-28-2016, 07:00 PM
RE: Very basic help needed please - by 0621_OWLgale - Nov-28-2016, 07:34 PM
RE: Very basic help needed please - by nilamo - Nov-30-2016, 05:50 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Absolutely new to python - basic advise needed mariolucas75 2 2,099 Jun-12-2020, 08:36 PM
Last Post: Yoriz
  Basic Help Needed JohnV 2 2,434 Jan-09-2019, 09:43 PM
Last Post: buran
  Very basic programming help needed: pig latin program bstocks 2 8,028 Dec-02-2017, 08:12 AM
Last Post: RickyWilson

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020