Skip to content

Commit

Permalink
conda
Browse files Browse the repository at this point in the history
  • Loading branch information
moqsien committed Oct 1, 2024
1 parent 28c591b commit 262a424
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/content/docs/guides/conda.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,18 @@ vmr search -c sdk-name
```bash
vmr use -c sdk-name@version
```

## Where are the envs restored for MacOS/Linux?

<Tabs>
<TabItem label="Others" icon="seti:shell">
```bash
$HOME/.vmr/vmr.sh
```
</TabItem>
<TabItem label="Fish" icon="seti:shell">
```bash
$HOME/.vmr/vmr.fish
```
</TabItem>
</Tabs>
15 changes: 15 additions & 0 deletions src/content/docs/zh-cn/guides/conda.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,18 @@ vmr search -c sdk-name
```bash
vmr use -c sdk-name@version
```

## 在MacOS/Linux下,环境变量存放在哪里?

<Tabs>
<TabItem label="Others" icon="seti:shell">
```bash
$HOME/.vmr/vmr.sh
```
</TabItem>
<TabItem label="Fish" icon="seti:shell">
```bash
$HOME/.vmr/vmr.fish
```
</TabItem>
</Tabs>

0 comments on commit 262a424

Please sign in to comment.