Python Forum
Python 3.6 Installed, But Doesn't Exist
Thread Rating:
  • 3 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python 3.6 Installed, But Doesn't Exist
#4
The default path for newer Python version is just bad,i think this was a stupid decision.
c:\users\<pc name>\appdata\local\programs\python\python36\.

Remove all Python versions,problem use IObit Uninstaller.
No follow this.
So choose a better path eg C:\python36
Make sure that Add python36 to Path and pip is marked on.
Restart pc.
Now test that it work from cmd.
If you get what i have here,is installasjon correct.
Microsoft Windows [Version 10.0.14393]
(c) 2016 Microsoft Corporation. Med enerett.
 
C:\Windows\System32>cd\
 
C:\>python
Python 3.6.0 (v3.6.0:41df79263a11, Dec 23 2016, 07:18:10) [MSC v.1900 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> exit()
 
C:\>pip -V
pip 9.0.1 from c:\python36\lib\site-packages (python 3.6)
C:\>
Reply


Messages In This Thread
RE: Python 3.6 Installed, But Doesn't Exist - by snippsat - Feb-27-2017, 09:44 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Python Launcher (on Windows) only necessary when 2 or more Python versions installed? pstein 1 329 Feb-17-2024, 12:43 PM
Last Post: deanhystad
  UndefinedEnvironmentName: 'extra' does not exist in evaluation environment EarthAndMoon 3 1,702 Oct-09-2023, 05:38 PM
Last Post: snippsat
  check if a file exist on the internet and get the size kucingkembar 6 1,793 Apr-16-2022, 05:09 PM
Last Post: kucingkembar
  SQLALCHEMY - Column doesn't exist jamesaarr 9 7,584 Nov-04-2021, 09:20 AM
Last Post: ndc85430
  Installed versions of Python SamHobbs 5 2,531 Sep-02-2021, 02:28 PM
Last Post: jefsummers
  why doesn't python look in two directions Kakha 21 6,497 Jan-01-2021, 11:24 PM
Last Post: jefsummers
  pathlib destpath.exists() true even file does not exist NaN 9 4,694 Dec-01-2020, 12:43 PM
Last Post: NaN
  I seem to have two versions of python 3.7.9 installed miner_tom 7 4,469 Nov-22-2020, 06:42 PM
Last Post: miner_tom
  Python IDE doesn't see opencv-python package on my Jetson Nano sadhaonnisa 1 3,351 Oct-11-2020, 01:04 AM
Last Post: Larz60+
  Package installed through Anaconda "not found" by Python zonova 0 2,311 May-08-2020, 11:50 PM
Last Post: zonova

Forum Jump:

User Panel Messages

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