Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
habrok:examples:vscode_python [2025/05/27 09:17] fokkehabrok:examples:vscode_python [2026/04/08 21:49] (current) pedro
Line 5: Line 5:
 When using VScode to develop your software on the cluster it is best to make use of virtual environments. When using VScode to develop your software on the cluster it is best to make use of virtual environments.
 These virtual environments work in the same way as other virtual environments outside of VScode. These virtual environments work in the same way as other virtual environments outside of VScode.
-The best way to handle these is to create the virtual environment in a place where VScode expects it. This is in the ''.venv''folder within your project.+The best way to handle these is to create the virtual environment in a place where VScode expects it. This is in the ''.venv'' folder within your project.
  
 ==== Creating the virtual environment ==== ==== Creating the virtual environment ====