This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Description
Prerequisites
Description
It looks like it's currently not possible to use the apm command in while using Atom as portable version in a custom location (see step 2 and 3) (on Windows).
Steps to Reproduce
- Download
atom-windows.zip
- Create
.atom in custom location like C:\Users\username\portables\.atom
- Extract to custom location like
C:\Users\username\portables\Atom
- Enable the
apm command via the environmental variables by adding C:\Users\sknit\portables\Atom\resources\cli to the users Path variable
- Run
apm install to install some package
Expected behavior: It installs toC:\Users\username\portables\.atom\packages (as defined in step 2)
Actual behavior: It tries to install to C:\Users\username\.atom\packages
Reproduces how often: 100%
Versions
Additional Information
I found this PR (#421) which seems to address this issue, but seems to be dead though. Any news on this?