Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
fossils
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
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
Boman Romain
fossils
Commits
79440929
Commit
79440929
authored
2 years ago
by
Boman Romain
Browse files
Options
Downloads
Patches
Plain Diff
debug script
parent
cd725857
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#7101
passed
2 years ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
run_in_env.py
+21
-0
21 additions, 0 deletions
run_in_env.py
with
21 additions
and
0 deletions
run_in_env.py
0 → 100644
+
21
−
0
View file @
79440929
#! /usr/bin/env python3
# -*- coding: utf-8 -*-
import
sys
,
os
print
(
'
sys.path=
'
)
for
d
in
sys
.
path
:
print
(
d
)
print
(
f
"
PYTHONPATH=
{
os
.
environ
[
'
PYTHONPATH
'
]
}
"
)
# newpath = sys.path
# newpath = [d for d in newpath if not 'gmsh' in d ]
# sys.path = newpath
print
(
'
sys.path=
'
)
for
d
in
sys
.
path
:
print
(
d
)
import
gmsh
print
(
'
version =
'
,
gmsh
.
GMSH_API_VERSION
)
\ No newline at end of file
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