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
Merge requests
!731
Update python_virtual_environments.md with a full path
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update python_virtual_environments.md with a full path
lazariv--tu-dresden.de-preview-patch-61749
into
preview
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Taras Lazariv
requested to merge
lazariv--tu-dresden.de-preview-patch-61749
into
preview
2 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
Solves
#428 (closed)
0
0
Merge request reports
Compare
preview
preview (base)
and
latest version
latest version
e7267d64
1 commit,
2 years ago
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
doc.zih.tu-dresden.de/docs/software/python_virtual_environments.md
+
2
−
2
Options
@@ -249,8 +249,8 @@ Recreate the conda virtual environment with the packages from the created
`environment.yml`
file:
```
console
marie@compute$
mkdir
workshop_
env
#Create directory for environment
marie@compute$
mkdir
/scratch/ws/1/marie-conda_virtual_environment/conda-
env
#Create directory for environment
marie@compute$
module load Anaconda3
#Load Anaconda
marie@compute$
conda config
--set
channel_priority strict
marie@compute$
conda
env
create
--prefix
workshop_
env
--file
environment.yml
#Create conda env in directory with packages from environment.yml file
marie@compute$
conda
env
create
--prefix
/scratch/ws/1/marie-conda_virtual_environment/conda-
env
--file
environment.yml
#Create conda env in directory with packages from environment.yml file
```
Loading