Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hpc-compendium
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ZIH
hpcsupport
hpc-compendium
Commits
902ff715
Commit
902ff715
authored
3 years ago
by
Elias Werner
Browse files
Options
Downloads
Patches
Plain Diff
changes after review
parent
f19d2798
No related branches found
No related tags found
5 merge requests
!333
Draft: update NGC containers
,
!322
Merge preview into main
,
!319
Merge preview into main
,
!279
Draft: Machine Learning restructuring
,
!258
Data Analytics restructuring
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc.zih.tu-dresden.de/docs/software/python_virtual_environments.md
+2
-2
2 additions, 2 deletions
...u-dresden.de/docs/software/python_virtual_environments.md
with
2 additions
and
2 deletions
doc.zih.tu-dresden.de/docs/software/python_virtual_environments.md
+
2
−
2
View file @
902ff715
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
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
(Complete List of M
odules) or if you didn't find what you need you can
you can use packages from the
[
modules list
](
m
odules
.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
see a list of all installed packages and their versions.
see a list of all installed packages and their versions.
...
@@ -36,7 +36,7 @@ marie@alpha$ mkdir python-environments #Optional: Create folder. Please use W
...
@@ -36,7 +36,7 @@ marie@alpha$ mkdir python-environments #Optional: Create folder. Please use W
Now we check available Python modules and load the preferred version:
Now we check available Python modules and load the preferred version:
```
console
```
console
marie@alpha$
m
l av
Python
#Check the available modules with Python
marie@alpha$
m
odule avail
Python
#Check the available modules with Python
marie@alpha$
module load Python
#Load default Python. Example output: Module Python/3.7 4-GCCcore-8.3.0 with 7 dependencies loaded
marie@alpha$
module load Python
#Load default Python. Example output: Module Python/3.7 4-GCCcore-8.3.0 with 7 dependencies loaded
marie@alpha$
which python
#Check which python are you using
marie@alpha$
which python
#Check which python are you using
```
```
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment