Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Shark CentOS Slurm User guide
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Shark
Shark CentOS Slurm User guide
Wiki
Home
Changes
Page history
New page
Templates
Clone repository
Update home
authored
4 years ago
by
van Vliet
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
home.md
+5
-1
5 additions, 1 deletion
home.md
with
5 additions
and
1 deletion
home.md
View page @
2bdb5cbf
...
@@ -1853,8 +1853,12 @@ pip help
...
@@ -1853,8 +1853,12 @@ pip help
pip install --help
pip install --help
```
```
As a normal user you should always install a Python packages (when you are
**not**
running in a virtual Python environment) with the command:
\
As a normal user you should always install a Python packages (when you are
**not**
running in a virtual Python environment) with the command:
```
```
pip install --user
pip install --user
```
```
So do
**not**
use pip install --user some_pkg inside a virtual environment, otherwise, virtual environment's pip will be confused.
This diff is collapsed.
Click to expand it.