Plug-in installation under Atom does not respond (failure)? try this method

After installing the ubantu system, I downloaded the atom editor. The installation of atom is relatively easy, and the installation is generally successful.

sudo add-apt-repository ppa:webupd8team/atom  
sudo apt-get update  
sudo apt-get install atom 

Just type atom in the search to open it

But the installation of atom's plug-ins made me very puzzled. Clicking the install package directly has never been successful (students with ipv6 may express dissatisfaction), and finally found another good installation method, the git clone method of the git command, refer to the following:

cd ~/.atom/packages
git clone https://github.com/foreshadow/atom-python-run
cd atom-python-run
npm install

If the installation process prompts that npm is not installed, follow the prompts to install it. Finally, restart atom and
press run as shown in the figure below:
write picture description here
Install other plugins in the same way (hint: you can find the plugin address inside atom) Reference
link: http://blog.csdn.net/langb2014/article/details/52830081Reference
Link: https://oss.so/article/72

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325383214&siteId=291194637