Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
1 answer
653 views

Cygwin shell in VS Code tries to activate conda. How to prevent this?

In my Windows 10 computer I have VS Code and Cygwin installed. I use Cygwin bash as the shell for VS Code. I also have the Anaconda Python distribution installed. Whenever I open a new shell in VS ...
jmlorenzi's user avatar
  • 312
0 votes
0 answers
714 views

Unable to install requests in VS Code for working with Python

I am unable to install the requests using sudo command in my VS Code terminal. sudo pip3 install requests sudo : The term 'sudo' is not recognized as the name of a cmdlet, function, script file, or ...
vasundhara ramesh's user avatar