Skip to content

binhle74/learning-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

learning-python

How to setup virtual environment

    # macOS/Linux
    # You may need to run sudo apt-get install python3-venv first
    python3 -m venv .venv

    # Windows
    # You can also use py -3 -m venv .venv
    python -m venv .venv

How to select python interpreter in virtual environment (for vs code)

    Ctrl + Shift + P
    Select python in ./.venv/Scripts/python.exe

How to update latest version of package "pip"

    python -m pip install --upgrade pip

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages