Python Forum
New to Python, trying to get it to workin Windows 10
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
New to Python, trying to get it to workin Windows 10
#1
I'm trying to get python 3.8 working in windows 10. Unfortunately, Win10 no longer has the usr/local/ folder available, at least as far as I can tell. How do I set up the environment so it can be seen?

Laz
Reply
#2
Look at Python 3.8 (3.6-3.7) and pip installation under Windows.
Python environment Windows.
Reply
#3
(Apr-15-2020, 08:20 PM)gimpyLaz Wrote: Unfortunately, Win10 no longer has the usr/local/ folder available
Just to mention that usr/local/ is Linux, i.e. windows never had such (i.e. as part of the OS). Maybe you are looking at wrong docs. Check link in @snippsat's post
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply
#4
(Apr-15-2020, 08:20 PM)gimpyLaz Wrote: I'm trying to get python 3.8 working in windows 10. Unfortunately, Win10 no longer has the usr/local/ folder available, at least as far as I can tell. How do I set up the environment so it can be seen?

Laz

try from cmd use py plus enter.
Reply


Forum Jump:

User Panel Messages

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