Asked 2 years, 10 months ago Viewed 2k times This question shows research effort; it is useful and clear 0 Show activity on this post. I have hosted a vs code server to run my python files but when I am doing pip it is showing bash: pip: command not found I wanted to know how can I install modules in the same server Thanks for your help pythonvscode-extensionsvscode-remote Follow this question to receive notifications asked Oct 15, 2021 at 7:11 5 If you are running python 3, try pip3 instead. Commented Oct 15, 2021 at 7:14 its not working Commented Oct 15, 2021 at 7:17 If you are sure it is installed, you can try calling it with your python interpreter with python -m pip Commented Oct 15, 2021 at 7:19 thats the problem i cant use pip not even python -m pip Commented Oct 15, 2021 at 7:25 You have to install python and/or pip on the remote machine as well. Commented Oct 15, 2021 at 7:29 1 Answer 0 Show activity on this post. I came across this while running code-server through coder. Was thrown off by the new environment, but the solution is actually fairly simple. Start by opening up a terminal (F1 > Terminal: Create New Terminal). Type lsb_release -a. If your environment is like mine, you'll see it's a standard Debian. The pitfall here is that its apt sources haven't been updated. Type apt update to update the sources and get the packages. Type apt install python3-pip Hope this helps! Follow this answer to receive notifications answered Jul 30, 2022 at 7:13 The Overflow Blog Featured on Meta Related Hot Network Questions Why are orthonitrate ions not found in nature? Why does Jenny hug Cindy at the end of "Commando" (1985)? Is the Oath Formula "By the Life of Pharaoh" Attested Anywhere outside of Biblical Literature? Decomposable maps of half-smash products A SF novel where a very poor girl finds a "talking book" meant for daughters of extremely rich people What did Wittgenstein mean by ”contradiction is the outer limit of propositions”? How can I use DihedralAngle to get correct result? Can an APK be installed from a URI via `adb`? External hard disk not being connected Create random points using minimum distance calculated on the fly using ModelBuilder in ArcGIS Pro Explain how π – 1 + 50 + ⅔ × 1000 is PLONK What is inside the SPIKE Essential battery? Expensive constructors. Should they exist? Should they be replaced? How can I Align an existing Object to the 3D Viewport's XY Plane? Driveway electric run using existing service poles Identifications in differential geometry How is an inverting opamp adder circuit able to regulate its feedback? What is this device in my ceiling making out of battery chirps? How can coordinates be meaningless in General Relativity? Doesn't counting hole and electron current lead to double-counting of actual current? Word to describe telling yourself that you are not, and will never be, good enough Reference request: locally erasable delta-functor is universal I have two identical LaTeX files, with different file names. Only one yields "undefined references." Why is this happening? Self-descriptive more hot questions Question feed