Re: How to install pip on windos10

2024-09-18 Thread manohar chundru
yes it correct but some times I got issue On Wed, 18 Sept 2024, 3:11 am Kiotseaeton Lancaster, wrote: > I use wsl for all my dev needs on windows. > To install pip, simply: sudo apt install python3-pip > > On Sat, Sep 14, 2024 at 12:57 PM Nilesh Mishra > wrote: > >> Plz help >> >> I am new to p

Re: How to install pip on windos10

2024-09-17 Thread Kiotseaeton Lancaster
I use wsl for all my dev needs on windows. To install pip, simply: sudo apt install python3-pip On Sat, Sep 14, 2024 at 12:57 PM Nilesh Mishra wrote: > Plz help > > I am new to python > > On Sat, Sep 14, 2024, 13:22 RANGA BHARATH JINKA > wrote: > >> If you integrate sentry for capturing error l

Re: How to install pip on windos10

2024-09-15 Thread Nilesh Mishra
It's done thanks On Sun, Sep 15, 2024, 08:11 Herman Afandi wrote: > You can download vscode or pycharm the community edition. I don't think > you can install pip inside windows 10. > > On Sun, Sep 15, 2024 at 2:30 AM Anish Kumar wrote: > >> Creating a Virtual Environment and Installing Packages

Re: How to install pip on windos10

2024-09-14 Thread Nilesh Mishra
Thanks for your help On Sun, Sep 15, 2024, 00:00 Anish Kumar wrote: > Creating a Virtual Environment and Installing Packages > Introduction > A virtual environment is a self-contained environment for Python projects, > isolating your project's dependencies from other projects on your system. > T

Re: How to install pip on windos10

2024-09-14 Thread Herman Afandi
You can download vscode or pycharm the community edition. I don't think you can install pip inside windows 10. On Sun, Sep 15, 2024 at 2:30 AM Anish Kumar wrote: > Creating a Virtual Environment and Installing Packages > Introduction > A virtual environment is a self-contained environment for Py

Re: How to install pip on windos10

2024-09-14 Thread Anish Kumar
Creating a Virtual Environment and Installing Packages Introduction A virtual environment is a self-contained environment for Python projects, isolating your project's dependencies from other projects on your system. This helps prevent conflicts and ensures that your project uses the exact versions

How to install pip on windos10

2024-09-14 Thread Nilesh Mishra
Plz help I am new to python On Sat, Sep 14, 2024, 13:22 RANGA BHARATH JINKA wrote: > If you integrate sentry for capturing error logs , then check there > > On Sat, 14 Sept, 2024, 8:02 am Tarun Sharma, wrote: > >> Hello Ranga >> >> Thanks for the reply, I already tried these same steps which y