Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
On Thursday, 7th July from 1 to 3 pm there will be a maintenance with a short downtime of GitLab.
Open sidebar
ift
NIFTy
Commits
823f4607
Commit
823f4607
authored
Jul 08, 2021
by
Philipp Arras
Browse files
Add workaround around broken pip
parent
217d3971
Pipeline
#105236
passed with stages
in 15 minutes and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
823f4607
...
...
@@ -15,8 +15,14 @@
#
# NIFTy is being developed at the Max-Planck-Institut fuer Astrophysik.
from
setuptools
import
find_packages
,
setup
import
os
import
site
import
sys
from
setuptools
import
find_packages
,
setup
# Workaround until https://github.com/pypa/pip/issues/7953 is fixed
site
.
ENABLE_USER_SITE
=
"--user"
in
sys
.
argv
[
1
:]
exec
(
open
(
'nifty7/version.py'
).
read
())
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment