mamba-org / vscode-micromamba

A VSCode extension to generate development environments using micromamba and conda-forge package repository
BSD 3-Clause "New" or "Revised" License
87 stars 10 forks source link

Cannot install micromamba on remote server (via SSH) #28

Closed vroger11 closed 1 year ago

vroger11 commented 1 year ago

Environment

Vscode = 1.76.1 Operating system: Macos 13.3

Prerequisite

Have a remote SSH server to connect yourself in.

Steps to Reproduce

  1. connect to the remote server via the "remote - ssh" extension
  2. going to extension
  3. impossible to install micromamba on the remote server (python and pylance can be installed on the remote)

More information on working with a remote server: https://code.visualstudio.com/docs/remote/ssh#_managing-extensions

Expected Behavior

Be able to install micromamba extension remotely to use environments on the remote server.

Actual Behavior

Micromamba functions with local environments and not with the remote ones, so it found nothing to match with remote projects.