Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Regarding building a website
#45
(Mar-31-2020, 11:38 AM)snippsat Wrote:
(Mar-31-2020, 10:47 AM)jk91 Wrote: any updates by experts please?
I almost give up Undecided

I your last picture Edit Environment Variable --> Click New two time adding these two lines.
Now add:
Output:
C:\Python\executable python file\ C:\Python\executable python file\Scripts\
Restart pc:
Then start cmd from anywhere and test:
# Test pip
C:\>pip -V
pip 19.2.3 from c:\python38\lib\site-packages\pip (python 3.8) 
 
# Test Python
C:\>python -V
python 3.8
If this not work start from scratch remove Python and follow Python 3.8 (3.6-3.7) and pip installation under Windows
It work as a lot people have used this instruction and it take like 5-min to do.

actually it seems to be working just after adding one PYTHON_HOME system variable with value 'F:\Python\executable python file\Scripts' as shown in attached screen shot,also please refer attached screen shot for the results of above two pip & python version commands ,now i think it got installed successfully.

So similarly how can i install Django now if all is set to go for Django now?

Thanks

(Mar-31-2020, 06:53 PM)jk91 Wrote:
(Mar-31-2020, 11:38 AM)snippsat Wrote: I almost give up Undecided

I your last picture Edit Environment Variable --> Click New two time adding these two lines.
Now add:
Output:
C:\Python\executable python file\ C:\Python\executable python file\Scripts\
Restart pc:
Then start cmd from anywhere and test:
# Test pip
C:\>pip -V
pip 19.2.3 from c:\python38\lib\site-packages\pip (python 3.8) 
 
# Test Python
C:\>python -V
python 3.8
If this not work start from scratch remove Python and follow Python 3.8 (3.6-3.7) and pip installation under Windows
It work as a lot people have used this instruction and it take like 5-min to do.

actually it seems to be working just after adding one PYTHON_HOME system variable with value 'F:\Python\executable python file\Scripts' as shown in attached screen shot,also please refer attached screen shot for the results of above two pip & python version commands ,now i think it got installed successfully.

So similarly how can i install Django now if all is set to go for Django now?

Thanks

(Mar-31-2020, 10:47 AM)jk91 Wrote:
(Mar-31-2020, 08:32 AM)jk91 Wrote: any updates by experts please?

(Mar-31-2020, 08:32 AM)jk91 Wrote: any updates by experts please?

please see the location of F drive where i have installed python and env. variables path so could you please exactly tell me what exact changes should i make in this path so that pycharm and other java sooftware should not get disturbed because of this python.

Thanks

Hope updated screen shots attached here will help to understand experts why still i am unable to configure python successfully where as i have given same location where my exe file is located as shown in screen shot in f drive path also please find relevent screen shots attached here for more clarification.so could someone please let me know whta is wrong now why i am still ubnable to see python version when i type command puthon on command prompt CMD.
Please ignore my this post as just checked carefully and found Django installation instructions as guided by experts here thanks so much..

please refer attached screen shot just attaching for telling i have been able to install it successfully. Now could you please advise how can i start doing web developement using this Django as per my problem stated earlier.

Thanks much..

screen shot for Django installation along with python and pip versions.

Attached Files

Thumbnail(s)
           
Reply


Messages In This Thread
Regarding building a website - by jk91 - Mar-28-2020, 03:56 PM
RE: Regarding building a website - by jk91 - Mar-29-2020, 05:48 AM
RE: Regarding building a website - by ndc85430 - Mar-29-2020, 06:02 AM
RE: Regarding building a website - by jk91 - Mar-29-2020, 07:06 AM
RE: Regarding building a website - by ndc85430 - Mar-29-2020, 07:09 AM
RE: Regarding building a website - by jk91 - Mar-29-2020, 07:20 AM
RE: Regarding building a website - by ndc85430 - Mar-29-2020, 07:23 AM
RE: Regarding building a website - by buran - Mar-29-2020, 07:27 AM
RE: Regarding building a website - by jk91 - Mar-29-2020, 10:47 AM
RE: Regarding building a website - by jk91 - Mar-29-2020, 10:51 AM
RE: Regarding building a website - by ndc85430 - Mar-29-2020, 10:51 AM
RE: Regarding building a website - by ndc85430 - Mar-29-2020, 10:53 AM
RE: Regarding building a website - by jk91 - Mar-29-2020, 11:22 AM
RE: Regarding building a website - by ndc85430 - Mar-29-2020, 11:25 AM
RE: Regarding building a website - by jk91 - Mar-29-2020, 11:46 AM
RE: Regarding building a website - by ndc85430 - Mar-29-2020, 11:51 AM
RE: Regarding building a website - by jk91 - Mar-29-2020, 11:53 AM
RE: Regarding building a website - by ndc85430 - Mar-29-2020, 11:54 AM
RE: Regarding building a website - by jk91 - Mar-29-2020, 11:55 AM
RE: Regarding building a website - by ndc85430 - Mar-29-2020, 11:57 AM
RE: Regarding building a website - by jk91 - Mar-29-2020, 12:08 PM
RE: Regarding building a website - by ndc85430 - Mar-29-2020, 12:09 PM
RE: Regarding building a website - by jk91 - Mar-29-2020, 02:59 PM
RE: Regarding building a website - by ndc85430 - Mar-29-2020, 03:10 PM
RE: Regarding building a website - by jk91 - Mar-29-2020, 03:40 PM
RE: Regarding building a website - by jk91 - Mar-29-2020, 03:48 PM
RE: Regarding building a website - by ndc85430 - Mar-29-2020, 03:44 PM
RE: Regarding building a website - by ndc85430 - Mar-29-2020, 03:49 PM
RE: Regarding building a website - by jk91 - Mar-29-2020, 06:01 PM
RE: Regarding building a website - by snippsat - Mar-29-2020, 06:53 PM
RE: Regarding building a website - by jk91 - Mar-30-2020, 09:33 AM
RE: Regarding building a website - by jk91 - Mar-30-2020, 11:25 AM
RE: Regarding building a website - by jk91 - Mar-30-2020, 01:10 PM
RE: Regarding building a website - by snippsat - Mar-30-2020, 01:43 PM
RE: Regarding building a website - by jk91 - Mar-30-2020, 02:55 PM
RE: Regarding building a website - by snippsat - Mar-30-2020, 03:10 PM
RE: Regarding building a website - by jk91 - Mar-30-2020, 06:48 PM
RE: Regarding building a website - by snippsat - Mar-30-2020, 07:41 PM
RE: Regarding building a website - by jk91 - Mar-31-2020, 08:32 AM
RE: Regarding building a website - by jk91 - Mar-31-2020, 10:47 AM
RE: Regarding building a website - by jk91 - Mar-31-2020, 11:38 AM
RE: Regarding building a website - by snippsat - Mar-31-2020, 11:38 AM
RE: Regarding building a website - by jk91 - Mar-31-2020, 03:09 PM
RE: Regarding building a website - by snippsat - Mar-31-2020, 04:06 PM
RE: Regarding building a website - by jk91 - Mar-31-2020, 06:53 PM
RE: Regarding building a website - by ndc85430 - Apr-01-2020, 05:47 AM
RE: Regarding building a website - by jk91 - Apr-01-2020, 07:03 AM
RE: Regarding building a website - by ndc85430 - Apr-01-2020, 09:48 AM
RE: Regarding building a website - by jk91 - Apr-26-2020, 06:20 AM
RE: Regarding building a website - by ndc85430 - Apr-26-2020, 07:28 AM
RE: Regarding building a website - by jk91 - Apr-26-2020, 12:01 PM
RE: Regarding building a website - by ndc85430 - Apr-26-2020, 03:48 PM
RE: Regarding building a website - by jk91 - Apr-27-2020, 04:36 PM
RE: Regarding building a website - by ndc85430 - Apr-27-2020, 08:16 PM
RE: Regarding building a website - by jk91 - May-09-2020, 10:37 AM
RE: Regarding building a website - by jk91 - May-14-2020, 08:13 AM
RE: Regarding building a website - by snippsat - May-14-2020, 09:07 AM
RE: Regarding building a website - by jk91 - May-16-2020, 08:57 AM
RE: Regarding building a website - by snippsat - May-16-2020, 11:07 AM
RE: Regarding building a website - by jk91 - May-19-2020, 05:28 AM
RE: Regarding building a website - by jk91 - May-19-2020, 07:31 AM
RE: Regarding building a website - by jk91 - May-19-2020, 04:54 PM
RE: Regarding building a website - by snippsat - May-21-2020, 01:11 PM
RE: Regarding building a website - by ndc85430 - May-21-2020, 05:29 PM
RE: Regarding building a website - by asiaphone12 - May-28-2020, 10:48 PM
RE: Regarding building a website - by princetonits - Aug-03-2020, 09:25 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to get this function using Django in building a website? py2exe 0 2,453 Jul-25-2018, 09:56 AM
Last Post: py2exe

Forum Jump:

User Panel Messages

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