Skip to content

Commit

Permalink
Workaround for github.com/pypa/pip/issues/7953
Browse files Browse the repository at this point in the history
  • Loading branch information
nebw committed Jul 31, 2020
1 parent 414fc20 commit ee24469
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
except ImportError:
from distutils.core import setup

import site
import sys

site.ENABLE_USER_SITE = "--user" in sys.argv[1:]

setup(
name="temporal_nmf",
Expand Down

0 comments on commit ee24469

Please sign in to comment.