#๐Ÿ”’ what's the recommended way to download pip for python

35 messages ยท Page 1 of 1 (latest)

orchid verge
#

pls give me tips thanks!!

soft lightBOT
#

@orchid verge

Python help channel opened

Remember to:

  • Ask your Python question, not if you can ask or if there's an expert who can help.
  • Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
  • Explain what you expect to happen and what actually happens.

:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.

modest rain
# orchid verge pls give me tips thanks!!

when you install python , it already comes with pip , you dont need to install pip seperately

as for the command giving you errors , try the command with py -m before it
so run py -m pip install pandas

orchid verge
#

can i use

#

python -m pip install pandas

#

or is py recommene

#

recommended

hot forge
#

py is the recommended way on windows

orchid verge
#

i see

#

is there anything else i need to take note when downloading packages

#

i'm new to python so i'm not sure where to check when i download my packages

modest rain
hot forge
orchid verge
#

how do i use them?

#

i get a notification from python when i try to pip install

#

vscoe*

#

VsCode*

tall grail
#

What notifications?

#

It might be suggesting Extension for python

orchid verge
#

it asks me to create virtual environment when pip install

#

for the packages

hot forge
#

there is gui options for creating a venv in vscode but I find it easier to use use a terminal and run

py -m venv venv
```and then activate the environment (which is done differently on windows then other platforms
orchid verge
#

why is there 2 venv's?

tall grail
#

One is the name for your virtual environment

hot forge
lucid fog
orchid verge
#

i see

lucid fog
#

in venv_name you can write what name you prefer

hot forge
#

it's just normal to call the directory either .venv or venv

orchid verge
#

thank you for all of ur help

#

greatly appreciate it

#

cyall!!

lucid fog
soft lightBOT
#
Python help channel closed using Discord native close action

This help channel has been closed. Feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.