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
Following up from my post on discord.
Using:
pkgx 2.6.0 - installed via
brew install pkgxdev 1.8.0 - shellcode integration:
pkgx dev integratezsh 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
devrepo, (i've truncated the output of PATH):dev seems to no longer show what has been activated when entering a dir, and loses all packages within subdirs