ioquatix / script-runner

This package will run various script files inside of Atom. It currently supports JavaScript, CoffeeScript, Ruby, and Python. You can add more.
http://atom.io/packages/script-runner
Other
62 stars 23 forks source link

SCRIPT-RUNNER WONT INSTALL #104

Closed YashKarthik closed 5 years ago

YashKarthik commented 5 years ago

i installed xcode cmd line tools, now what? should i hit install again i tried installing using pip install script-runner and it returned: Requirement already satisfied: script-runner in /Library/Python/2.7/site-packages (0.2.3) but if i go into atom and see its not installed

See also https://github.com/ioquatix/script-runner/issues/99

ioquatix commented 5 years ago

Can you try removing and installing the package within Atom.

YashKarthik commented 5 years ago

you mean like all the packages

YashKarthik commented 5 years ago

i also tried pip3 install script-runner and it did install according to the terminal but when i open atom it has not been installed yet

ioquatix commented 5 years ago

pip has almost nothing to do with installing script runner, you need to install it using apm or the Package Install under Atom.

ioquatix commented 5 years ago
image

Press "Install" button. If it's already installed, uninstall it and reinstall it.

ioquatix commented 5 years ago

It look like it might still be a bug with atom: https://github.com/atom/atom/issues/15925

ioquatix commented 5 years ago

Also, please check the instructions at the end of https://github.com/ioquatix/script-runner/issues/103