Skip to content
Snippets Groups Projects
Commit 8a95ea99 authored by Martin Schroschk's avatar Martin Schroschk
Browse files

Fix link

parent 4690db1d
No related branches found
No related tags found
5 merge requests!333Draft: update NGC containers,!322Merge preview into main,!319Merge preview into main,!279Draft: Machine Learning restructuring,!258Data Analytics restructuring
# Python Virtual Environments # Python Virtual Environments
Virtual environments allow users to install additional python packages and create an isolated Virtual environments allow users to install additional Python packages and create an isolated
run-time environment. We recommend using `virtualenv` for this purpose. In your virtual environment, run-time environment. We recommend using `virtualenv` for this purpose. In your virtual environment,
you can use packages from the [modules list](modules.md) or if you didn't find what you need you can you can use packages from the [modules list](modules.md) or if you didn't find what you need you can
install required packages with the command: `pip install`. With the command `pip freeze`, you can install required packages with the command: `pip install`. With the command `pip freeze`, you can
...@@ -18,6 +18,7 @@ management system and environment management system from Anaconda. The ...@@ -18,6 +18,7 @@ management system and environment management system from Anaconda. The
conda manager is included in all versions of Anaconda and Miniconda. conda manager is included in all versions of Anaconda and Miniconda.
!!! warning !!! warning
Keep in mind that you **cannot** use virtualenv for working Keep in mind that you **cannot** use virtualenv for working
with the virtual environments previously created with conda tool and with the virtual environments previously created with conda tool and
vice versa! Prefer virtualenv whenever possible. vice versa! Prefer virtualenv whenever possible.
...@@ -29,7 +30,7 @@ the module system). ...@@ -29,7 +30,7 @@ the module system).
??? hint ??? hint
We recommend to use [workspaces](../../data_lifecycle/workspaces.md) for your virtual We recommend to use [workspaces](../data_lifecycle/workspaces.md) for your virtual
environments. environments.
At first we check available Python modules and load the preferred version: At first we check available Python modules and load the preferred version:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment