Creating a virtual environment in Visual Studio

From TRCCompSci - AQA Computer Science
Revision as of 14:09, 30 April 2019 by Admin (talk | contribs) (Created page with "If you have created a new Python based project, you now need to create a virtual environment. You lack the permissions on college machines to install any python modules, on yo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

If you have created a new Python based project, you now need to create a virtual environment. You lack the permissions on college machines to install any python modules, on your own machines virtual environments are a good idea for controlling which python modules are installed for which python projects.

New Virtual Environment

In the solution explorer for your new project:

PythonEnvironments.png

You will be able to right click on Python Environments and select 'Add Virtual Environment':

New ve.png