/usr/local/bin/autopep8
on the Python autopep8 path. but the formatting doesnt match expectations on the main autopep8 page. i placed /usr/local/bin/autopep8 --in-place --aggressive --aggressive
on the path but it returned a blank code. how could i use the --in-place --aggressive --aggressive
options?
$ sudo su - root
# apm install atom-beautify
Installing atom-beautify to /root/.atom/packages ✓
# su user
$ apm install atom-beautify
Installing atom-beautify to /home/user/.atom/packages ✗
npm ERR! tar.unpack error reading /tmp/d-115516-20542-3rae44/package.tgz
npm ERR! addLocal Could not install /tmp/d-115516-20542-3rae44/package.tgz
npm ERR! Linux 3.19.0-20-generic
npm ERR! argv "/usr/local/share/atom/resources/app/apm/bin/node" "/usr/local/share/atom/resources/app/apm/node_modules/npm/bin/npm-cli.js" "--globalconfig" "/home/user/.atom/.apm/.apmrc" "--userconfig" "/home/user/.atom/.apmrc" "install" "/tmp/d-115516-20542-3rae44/package.tgz" "--target=0.22.0" "--arch=x64"
npm ERR! node v0.10.35
npm ERR! npm v2.5.1
npm ERR! 0-byte tarball
npm ERR! Please run `npm cache clean`
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! <http://github.com/npm/npm/issues>
npm ERR! Please include the following file with any support request:
npm ERR! /tmp/apm-install-dir-115516-20542-15ol5i4/npm-debug.log
$ apm -v
apm 0.163.0
npm 2.5.1
node 0.10.35
python 2.7.9
git 2.4.3
Just posting this for reference and historical value..jsbeautifyrc
in your path with the options you want to set.