You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Python version that tox executes has a fundamentally different site module than the standard distrubution. Why is that? The resulting error I have had boils down to the following line
$ ./.tox/py36/bin/python3.6 -c 'import site; print(site.getuserbase())'
Traceback (most recent call last):
File "<string>", line 1, in <module>
AttributeError: module 'site' has no attribute 'getuserbase'
$ ./.tox/py36/bin/python3.6 --version
Python 3.6.8
"status quo of virtual environments [EuroPython 2019 - Talk - 2019-07-12 - MongoDB] [Basel, CH] By Bernat Gabor Python is easy to learn and use programming l...
The Python version that tox executes has a fundamentally different
site
module than the standard distrubution. Why is that? The resulting error I have had boils down to the following lineto be compared with
The text was updated successfully, but these errors were encountered: