Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install the package manager for nodejs,python,sublime and Eclipse

2025-04-13 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

This article introduces the knowledge of "how to install the package manager of nodejs,python,sublime and Eclipse". In the operation of actual cases, many people will encounter such a dilemma, so let the editor lead you to learn how to deal with these situations. I hope you can read it carefully and be able to achieve something!

The package manager for Python is called pip.

First install the Python runtime environment Python 3.7.0

After Python is installed, you can use the command line py-m pip install requests to install Python's package manager pip.

After the pip installation is complete, it will appear in the Lib/site-packages folder under the Python runtime environment directory.

You can now use pip to install the required libraries, such as installing django:

Pip3 install django

After installation, there will be an extra folder django under the site-packages folder

Nodejs

Npm install package name to install the library into the node_modules folder of the current project.

If it is npm-g install, the library is installed under C:Usersi042416AppDataRoaming pm:

Sublime

Package Manager for Sublime Text:

All installed plug-ins for Sublime Text are located in the installation directory / Data/Packages/

Eclipse

A list of all installed plug-ins can be found in the Eclipse menu: Help- > About Eclipse:

These installed plug-ins are located in the plugins folder under the Eclipse installation folder:

That's all for "how to install the package Manager for nodejs,python,sublime and Eclipse". Thank you for reading. If you want to know more about the industry, you can follow the website, the editor will output more high-quality practical articles for you!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report