Skip to content

Problems when cd'ing into sub dirs #44

@jollytoad

Description

@jollytoad

Following up from my post on discord.

Using:
pkgx 2.6.0 - installed via brew install pkgx
dev 1.8.0 - shellcode integration: pkgx dev integrate
zsh 5.9 (arm64-apple-darwin24.0) - as supplied in Mac OS Sequoia 15.4

(I was also using oh-my-zsh, but I've disabled that to see if that had any effect, but it doesn't appear to)

I've checked out the code for this repo, and can reproduce all issues here too.

So, starting at the parent of this dev repo, (i've truncated the output of PATH):

parent % echo $PATH
/opt/homebrew/bin:...

parent % cd dev
dev % echo $PATH
/Users/me/.pkgx/info-zip.org/unzip/v6.0.0/bin:/Users/me/.pkgx/deno.land/v2.3.1/bin:/opt/homebrew/bin:...

dev % cd src
-deno.land -deno^2.1
no devenv detected
(eval):1: permission denied: /Users/me/parent/dev

src % echo $PATH
/opt/homebrew/bin:...

src % cd ..
dev % cd fixtures
-deno.land -deno^2.1
Error: CmdNotFound("testing.org")

fixtures % echo $PATH
/opt/homebrew/bin:...

dev seems to no longer show what has been activated when entering a dir, and loses all packages within subdirs

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions