You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages
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
atom 1.13.0
apm 1.14.1
Additional Information
I found this PR (#421) which seems to address this issue, but seems to be dead though. Any news on this?