devpod icon indicating copy to clipboard operation
devpod copied to clipboard

Incorrect ENV used - CLI lists "Not Installed"

Open junkiebev opened this issue 7 months ago • 1 comments

In the windows x86_64 version of 0.6.15, in settings, CLI lists not installed

Image

What did you expect to happen instead?

being that

C:\Users\barack.obama>dir %APPDATA%\sh.loft.devpod\bin
 Volume in drive C has no label.
 Volume Serial Number is 7A7E-9191

 Directory of C:\Users\barack.obama\AppData\Roaming\sh.loft.devpod\bin

05/22/2025  03:02 PM    <DIR>          .
05/22/2025  03:11 PM    <DIR>          ..
05/22/2025  03:08 PM                75 devpod
05/22/2025  03:08 PM                53 devpod.cmd

I would guess that is an error.

How can we reproduce the bug? (as minimally and precisely as possible)

Install windows x86_64 version 0.6.15

Local Environment:

  • DevPod Version: 0.6.15
  • Operating System: windows
  • ARCH of the OS: AMD64

DevPod Provider:

  • Cloud Provider: azure
  • Kubernetes Provider: v1.31.4
  • Local/remote provider: docker

Anything else we need to know?

I would guess that this is happening because you are scanning %APP_DATA%, and in windows it's %APPDATA%

junkiebev avatar May 22 '25 20:05 junkiebev

This issue is stale because it has been open for 60 days with no activity.

github-actions[bot] avatar Jul 22 '25 02:07 github-actions[bot]

Just noticed that as well. %APP_DATA% should be %APPDATA%

JulianGreen-HNZ avatar Dec 03 '25 22:12 JulianGreen-HNZ