Not-For-All-Audiences
nsfw
Update Summary for ST Beginners.md
Browse files
Summary for ST Beginners.md
CHANGED
@@ -67,15 +67,16 @@ wip
|
|
67 |
|
68 |
> **You don't.**
|
69 |
|
70 |
-
*
|
71 |
-
|
72 |
-
[Intro and how to setup](https://www.hanselman.com/blog/my-ultimate-powershell-prompt-with-oh-my-posh-and-the-windows-terminal)
|
73 |
-
* Set up Conda env in PowerShell
|
74 |
|
75 |
```
|
76 |
conda init powershell
|
77 |
```
|
78 |
|
|
|
|
|
|
|
|
|
79 |
After all done open in editor selected theme and add this segment where you want (find "segments": [ ) to have python environment segment.
|
80 |
|
81 |
```
|
|
|
67 |
|
68 |
> **You don't.**
|
69 |
|
70 |
+
* If you want to work with Python/conda env in PowerShell you need enter this:
|
|
|
|
|
|
|
71 |
|
72 |
```
|
73 |
conda init powershell
|
74 |
```
|
75 |
|
76 |
+
* Want fancy PowerShell? oh-my-posh is for you.
|
77 |
+
|
78 |
+
[Intro and how to setup](https://www.hanselman.com/blog/my-ultimate-powershell-prompt-with-oh-my-posh-and-the-windows-terminal)
|
79 |
+
|
80 |
After all done open in editor selected theme and add this segment where you want (find "segments": [ ) to have python environment segment.
|
81 |
|
82 |
```
|