Skip to content

wxp16/python_env_setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

python_env_setup in Windows

1. install python interpreter

open Windows PowerShell, type in python. If python is not installed, Windows will redirect you to the Miscrosoft Store to install. After installing python, open another Windows PowerShell and type in python, you may see the following screen

image

2. install poetry

open Windows PowerShell and run pip install poetry. After a while, poetry should be successfully installed. To run 'poetry --version', need to add the poetry path into system enviromental variable PATH. Check the below screenshot for your reference.

image

3. create a virtual env and run your first code

Use this "How to use poetry to create a virutal project" as the input to ask ChatGPT. The response is good.

4. install IDE: VSCode

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published