PyCharm (Community Edition)terminal not active - terminal

PyCharm (Community edition) terminal not executing any commands.
How to fix it

Related

cannot install github copilot on visual studio 2022

Like the title says. I cannot install github copilot on visual studio 2022 version 17.4.4 (latest)
i am on a arm64 windows 11 parallels virtual machine on a macbook pro with m1 chip
I cannot find the extension in the "manage extensions" window and when i try to manually install the extension from the website it just fails installing. What am i missing?

Visual Studio 2022 not showing WSL targets for CMake project

Windows 11. I've created a CMake (I think this only works for CMake?) project in Visual Studio 2022:
and i've set-up WSL with Ubuntu installed:
However Visual Studio 2022 only lists Local Machine:
How do I get it to list Ubuntu?
UPDATE
Found a similar question here:
Visual Studio 2022 not list WSL as an option in Target System
A suggestion was to install the Linux and C++ package. I did this, it added "manage connections" but when i click that I get:

Visual Studio 2017 path issue while installing tensorflow in Anaconda

The exact error that I get when I try to run the environment after attempting to install Keras/ TensorFlow via the Anaconda prompt.
I am unable to install Keras or TensorFlow using Anaconda anymore. Even activating the environment results in a couple of errors as shown above. I have tried installing the Visual studio build tools 2019 (and 2017 using the community Visual Studio setup). Please advise on what I could try next to get rid of this error.
How did you install Anaconda and which OS are you using?
It seems Anaconda has not installed properly in your system. Uninstall and remove the previous Anaconda from your system and try reinstalling the Anaconda.
You can follow this reference to install Anaconda and Tensorflow in your system.
Check this link to install Visual studio.

vscode terminal doesn't recognize externals

I can't run external commands in the terminal like I can in cmd.exe
I am using vscode 1.50.1
I have environment variable PATH set to:
C:\Program Files\dotnet;C:\Python\Python36\Scripts;C:\Python\Python36;%USERPROFILE%\AppData\Local\Microsoft\WindowsApps;C:\Program Files\MongoDB\Server\3.6\bin;C:\Users\axw04\AppData\Local\Programs\Microsoft VS Code\bin;C:\Program Files\nodejs;C:\Windows\System32;C:\Program Files\Git\bin;C:\Program Files\Java\jre1.8.0_191\bin;C:\Users\axw04\AppData\Roaming\npm;%USERPROFILE%.dotnet\tools;C:\Users\axw04.platformio\penv\Scripts;
In the normal cmd.exe I can run the dotnet command without any problem:
eq. dotnet --info
But in the terminal of vscode I get an error
'dotnet' is not recognized as an internal or external command,
operable program or batch file.
I also tried switching to powershell as default shell without any luck.
I reinstalled the latest
.NET Core 3.1 SDK (v3.1.403) - Windows x64 Installer
nothing seems to work.
my system is a windows10 laptop.
I have both vscode and visual studio 2019 installed.

Xcode couldn't be found at /Applications/Xcode.app

I get Xcode couldn't be found at /Applications/Xcode.app when I try to run the sample single view app from Visual Studio 2019.
Do I have to install XCode on the windows machine I am using or the Mac that is building the code?
I don't have visual studio on the Mac and was hoping that I wouldn't have to install it. Am I wrong?
Yes, you need to install VS and XCode on the Mac. This is clearly covered in the docs
Set up Windows (Install Visual Studio 2019)
Set up Mac (Install Xcode and Visual Studio for Mac)
Pair to Mac (Connect Visual Studio 2019 to the Mac)

Resources