Hi,
Want to make it clear if we can run all codes in Python within the project and also make the project work properly within Oracle Linux OS.
For doing the above, we have to set up VS within the Linux OS right?
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
Is it officially acceptable to Run Python code using VS project within Oracle Linux OS? Any details or sample code for this?
Hi,
Want to make it clear if we can run all codes in Python within the project and also make the project work properly within Oracle Linux OS.
For doing the above, we have to set up VS within the Linux OS right?
Hi @Peter_1985 ,
You can develop, test and debug(probably need to use WSL2) your Python project by using Visual Studio(VS) on Windows OS, and then do some additional changes to transfer it and run your Python code on Linux without installing VS(again, VS doesn’t support to be directly installed on Linux).
Besides, using Visual Studio Code(VS Code) or other tools, you can do the very similar things, but VS Code supports to be directly installed on Linux.
Regards,
Tianyu
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
You can develop, test and debug(probably need to use WSL2) your Python project by using Visual Studio(VS) on Windows OS, and then do some additional changes to transfer it and run your Python code on Linux without installing VS(again, VS doesn’t support to be directly installed on Linux).
Is it applicable to both VS 2019 and VS 2022, right?