@@ -65,6 +65,21 @@ Installing the ``Ansys Python Manager``
6565
6666 The ``Ansys Python Manager `` window should appear at this stage.
6767
68+ To uninstall the ``Ansys Python Manager ``, follow below steps.
69+
70+ #. Go to File menu. Click Uninstall option.
71+
72+ #. In the pop up window:
73+
74+ * If you want to remove all the virtual environments as part of
75+ uninstallation, mark ``Delete virtual environment `` checkbox
76+
77+ * If you want to remove all the configurations as part of
78+ uninstallation, mark ``Delete configurations `` checkbox
79+
80+ #. Click ``Uninstall `` button.
81+
82+
6883 .. tab-item :: CentOS9, RHEL9
6984
7085 Prerequisites:
@@ -109,6 +124,22 @@ Installing the ``Ansys Python Manager``
109124
110125 The ``Ansys Python Manager `` window should appear at this stage.
111126
127+ To uninstall the ``Ansys Python Manager ``, follow below steps.
128+
129+ #. Go to File menu. Click Uninstall option.
130+
131+ #. In the pop up window:
132+
133+ * If you want to remove all the virtual environments as part of
134+ uninstallation, mark ``Delete virtual environment `` checkbox
135+
136+ * If you want to remove all the configurations as part of
137+ uninstallation, mark ``Delete configurations `` checkbox
138+
139+ #. Click ``Uninstall `` button.
140+
141+ #. Follow the uninstaller script & provide sudo permission to uninstall the application.
142+
112143 .. tab-item :: Fedora39
113144
114145 Prerequisites:
@@ -153,6 +184,22 @@ Installing the ``Ansys Python Manager``
153184
154185 The ``Ansys Python Manager `` window should appear at this stage.
155186
187+ To uninstall the ``Ansys Python Manager ``, follow below steps.
188+
189+ #. Go to File menu. Click Uninstall option.
190+
191+ #. In the pop up window:
192+
193+ * If you want to remove all the virtual environments as part of
194+ uninstallation, mark ``Delete virtual environment `` checkbox
195+
196+ * If you want to remove all the configurations as part of
197+ uninstallation, mark ``Delete configurations `` checkbox
198+
199+ #. Click ``Uninstall `` button.
200+
201+ #. Follow the uninstaller script & provide sudo permission to uninstall the application.
202+
156203
157204Installing Python
158205=================
@@ -224,6 +271,27 @@ Regarding the available Python versions, users can select among the following on
224271
225272 In the case of having selected ``Conda (miniforge) ``, only Python 3.10 is available.
226273
274+ Create Python virtual environment
275+ =================================
276+
277+ #. Search for the ``Ansys Python Manager `` and run it.
278+
279+ #. Access the ``Create Python Environments `` tab.
280+
281+ #. Select your desired ``Python version `` from the listed options.
282+
283+ #. Provide the name of the virtual environment in the ``Enter virtual environment name `` text box.
284+
285+ #. Finally, Click ``Create `` button to create.
286+
287+ By default, Ansys Python Manager create virtual environment under,
288+
289+ * ``{user directory}/.ansys_python_venvs `` for Windows
290+ * ``{user directory}/.local/ansys/.ansys_python_venvs `` for Linux
291+
292+ To configure the default virtual environment creation path, go to the ``File >> Configure `` section
293+ ``(Ctrl + D) `` and provide your preferred path under the first text box. Then, click the ``Save `` button.
294+
227295
228296Managing Python environments
229297============================
@@ -232,11 +300,20 @@ Through the ``Ansys Python Manager``, users can also have access to their differ
232300installations. Have a look at how to access it here:
233301
234302#. Search for the ``Ansys Python Manager `` and run it.
235-
236303#. Access the ``Manage Python Environments `` tab.
237-
238304#. Select your desired ``Python `` environment and start one of the listed options.
239305
306+ By default, Ansys Python Manager list python environments available under,
307+
308+ * ``{user directory}/.ansys_python_venvs `` for Windows
309+ * ``{user directory}/.local/ansys/.ansys_python_venvs `` for Linux
310+
311+ To manage this directory, go to the ``File >> Configure `` section ``(Ctrl + D) `` and make the appropriate changes.
312+
313+ #. To add a new default directory path, provide the path in the corresponding text box.
314+ #. To add a new path where virtual environments are searched for, provide the path in the corresponding text box and click the ``Add `` button.
315+ #. To remove directory path select the respective path that you want remove from the dropdown and click the ``Remove `` button.
316+ #. Finally, click the ``Save `` button to save the configurations.
240317
241318On the ``Launching options `` section, the following options are available:
242319
0 commit comments