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

Install packages in a custom location when using Atom as portable #678

@simonknittel

Description

@simonknittel

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

  1. Download atom-windows.zip
  2. Create .atom in custom location like C:\Users\username\portables\.atom
  3. Extract to custom location like C:\Users\username\portables\Atom
  4. Enable the apm command via the environmental variables by adding C:\Users\sknit\portables\Atom\resources\cli to the users Path variable
  5. 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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions