Skip to content

Instantly share code, notes, and snippets.

@ar90n
Last active December 5, 2023 09:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ar90n/30112b440474ba54523c8bb013f4cd2f to your computer and use it in GitHub Desktop.
Save ar90n/30112b440474ba54523c8bb013f4cd2f to your computer and use it in GitHub Desktop.
micromamba_env_name_output[object Object]
ターミナルに以下のような感じで(env name)が出力される
```bash
~ via 🅒 ros_humble_env on ☁️ (ap-northeast-1) on ☁️ test-830@ar90n-sandbox.iam.gserviceaccount.com
(ros_humble_env)
```
以下のissueを参考に対応。
https://github.com/mamba-org/mamba/issues/2190
```
$ micromamba config set changeps1 false
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment