Here's how GITHUB.COM makes money* and how much!

*Please read our disclaimer before using our estimates.
Loading...

GITHUB . COM {}

Detected CMS Systems:

  1. Analyzed Page
  2. Matching Content Categories
  3. CMS
  4. Monthly Traffic Estimate
  5. How Does Github.com Make Money
  6. How Much Does Github.com Make
  7. Wordpress Themes And Plugins
  8. Keywords
  9. Topics
  10. Payment Methods
  11. Questions
  12. Schema
  13. External Links
  14. Analytics And Tracking
  15. Libraries
  16. Hosting Providers

We are analyzing https://github.com/pypa/virtualenv/issues/1719.

Title:
Invalid pip installation after creating virtualenv Β· Issue #1719 Β· pypa/virtualenv
Description:
Issue I created a Python 2.7 virtualenv, and when I try to use pip inside the virtualenv I got an error: $ virtualenv --python python2.7 /tmp/bar created virtual environment CPython2.7.16.final.0-64 in 257ms creator CPython2Posix(dest=/t...
Website Age:
17 years and 8 months (reg. 2007-10-09).

Matching Content Categories {πŸ“š}

  • Mobile Technology & AI
  • Photography
  • Technology & Computing

Content Management System {πŸ“}

What CMS is github.com built with?


Github.com utilizes WORDPRESS.

Traffic Estimate {πŸ“ˆ}

What is the average monthly size of github.com audience?

πŸš€πŸŒ  Tremendous Traffic: 10M - 20M visitors per month


Based on our best estimate, this website will receive around 10,000,003 visitors per month in the current month.

check SE Ranking
check Ahrefs
check Similarweb
check Ubersuggest
check Semrush

How Does Github.com Make Money? {πŸ’Έ}


Subscription Packages {πŸ’³}

We've located a dedicated page on github.com that might include details about subscription plans or recurring payments. We identified it based on the word pricing in one of its internal links. Below, you'll find additional estimates for its monthly recurring revenues.

How Much Does Github.com Make? {πŸ’°}


Subscription Packages {πŸ’³}

Prices on github.com are in US Dollars ($). They range from $4.00/month to $21.00/month.
We estimate that the site has approximately 4,989,880 paying customers.
The estimated monthly recurring revenue (MRR) is $20,957,498.
The estimated annual recurring revenues (ARR) are $251,489,970.

Wordpress Themes and Plugins {🎨}

What WordPress theme does this site use?

It is strange but we were not able to detect any theme on the page.

What WordPress plugins does this website use?

It is strange but we were not able to detect any plugins on the page.

Keywords {πŸ”}

debug, info, pip, sync, pyenvcfg, changing, mode, util, virtualenv, python, copy, wheel, directory, create, lock, filelock, usr, install, gaborbernat, module, builtin, issue, run, version, folder, base, environment, acquire, usrbinpython, session, null, sign, tzulberti, created, virtual, tmpbarbinpip, console, default, ngcc, red, attempting, tmptmpiielojpyinfobebfbbacbceacfdbbefeeecblock, tmptmpiielojseedappdatavwheelslock, build, bug, source, tmpbar, creator, cpythonposixdesttmpbar, clearfalse,

Topics {βœ’οΈ}

app_data_dir=/tmp/tmpl2wpmzv9/seed-app-data/v1 app_data_dir=/tmp/tmpiielo21j/seed-app-data/v1 wheel /tmp/tmpiielo21j/seed-app-data/v1/2 /tmp/tmpiielo21j/seed-app-data/v1/2 /tmp/bar2/bin/python /usr/local/lib/python3 6/site-packages/virtualenv/seed/embed/wheels/wheel-0 6/site-packages/virtualenv/seed/embed/wheels/pip-20 6/site-packages/virtualenv/seed/embed/wheels/setuptools-44 bundled wheel /usr/local/lib/python3 /tmp/bar2/bin/python [debug _sync base-executable = /usr/bin/python2 6/site-packages/virtualenv/create/debug 6/site-packages/virtualenv/discovery/py_info /tmp/bar/bin/pip /usr/local/lib/python3 7 /usr/local/lib/python3 /tmp/bar2/bin/wheel2 /tmp/bar2/bin/easy_install2 7/dist-packages/wheel [debug _sync 7/dist-packages/pip [debug _sync /tmp/bar2/bin/pip2 exe=/usr/bin/python3 /tmp/bar2/bin/wheel-2 /tmp/bar2/bin/wheel /tmp/bar2/bin/easy_install-2 /tmp/bar2/bin/easy_install /tmp/bar2/bin/pip-2 /tmp/bar2/bin/pip /tmp/bar2/bin/python 7/dist-packages/pkg_resources [debug _sync /tmp/bar2/lib/python2 7/dist-packages/setuptools [debug _sync /usr/local/lib/python2 /usr/lib/python27 exe=/usr/bin/python2 /usr/local/lib64/python2 6/site-packages/virtualenv/init local/share/virtualenv due 7/dist-packages [debug _sync /tmp/tmpiielo21j/py_info/20 7/lib-dynload [debug _sync io/en/latest/changelog case-sensitive [debug info dest=/tmp/bar dist-info [debug _sync /usr/bin/python2 dest=/tmp/bar2 /tmp/tmpp8jbavqh/wheel2 /tmp/tmpn21zo58q/easy_install2 /tmp/tmpmqz44x17/pip2

Payment Methods {πŸ“Š}

  • Braintree

Questions {❓}

  • Already have an account?
  • What platform, etc?

Schema {πŸ—ΊοΈ}

DiscussionForumPosting:
      context:https://schema.org
      headline:Invalid pip installation after creating virtualenv
      articleBody:**Issue** I created a Python 2.7 virtualenv, and when I try to use pip inside the virtualenv I got an error: ```console $ virtualenv --python python2.7 /tmp/bar created virtual environment CPython2.7.16.final.0-64 in 257ms creator CPython2Posix(dest=/tmp/bar, clear=False, global=False) seeder FromAppData(download=False, pip=latest, setuptools=latest, wheel=latest, via=copy, app_data_dir=/tmp/tmpl2wpmzv9/seed-app-data/v1) activators BashActivator,CShellActivator,FishActivator,PowerShellActivator,PythonActivator $ source /tmp/bar/bin/activate (bar) $ pip pip pip2 pip-2.7 pip-3.6 (bar) $ pip Traceback (most recent call last): File "/tmp/bar/bin/pip", line 5, in <module> from pip._internal.cli.main import main ImportError: No module named _internal.cli.main ``` If I run pip-2.7 outside the virtulenv, everything seems to be working fine: ```console $ pip-2.7 --version pip 9.0.3 from /usr/lib/python2.7/dist-packages (python 2.7) ``` **Environment** Provide at least: - OS: - ``pip list`` of the host python where ``virtualenv`` is installed: ```console $ virtualenv --version virtualenv 20.0.10 from /usr/local/lib/python3.6/site-packages/virtualenv/__init__.py ``` **Output of the virtual environment creation** Make sure to run the creation with `-vvv --with-traceback`: ```console $ virtualenv -vvv --with-traceback --python python2.7 /tmp/bar2 52 could not create app data folder /home/foobar/.local/share/virtualenv due to FileNotFoundError(2, 'No such file or directory') [INFO app_data:54] 62 created temporary app data folder /tmp/tmpiielo21j [DEBUG app_data:32] 62 find interpreter for spec PythonSpec(implementation=CPython, major=2, minor=7) [INFO builtin:44] 63 proposed PythonInfo(spec=CPython3.6.10.final.0-64, exe=/usr/bin/python3.6, platform=linux, version='3.6.10 (default, Feb 10 2020, 19:55:14) \n[GCC 4.8.5 20150623 (Red Hat 4.8.5-28)]', encoding_fs_io=utf-8-UTF-8) [INFO builtin:50] 63 discover PATH[0]=/usr/local/bin [DEBUG builtin:77] 63 filesystem is case-sensitive [DEBUG info:28] 63 discover PATH[1]=/bin [DEBUG builtin:77] 63 discover PATH[2]=/usr/bin [DEBUG builtin:77] 63 Attempting to acquire lock 140256138179752 on /tmp/tmpiielo21j/py_info/20.0.10/beb4f305451b4835b36a63cb1c75e625a7251cf8d76b65be2f5856eee68cb551.lock [DEBUG filelock:270] 64 Lock 140256138179752 acquired on /tmp/tmpiielo21j/py_info/20.0.10/beb4f305451b4835b36a63cb1c75e625a7251cf8d76b65be2f5856eee68cb551.lock [INFO filelock:274] 64 get interpreter info via cmd: /usr/bin/python2.7 /usr/local/lib/python3.6/site-packages/virtualenv/discovery/py_info.py [DEBUG cached_py_info:105] 91 write PythonInfo to /tmp/tmpiielo21j/py_info/20.0.10/beb4f305451b4835b36a63cb1c75e625a7251cf8d76b65be2f5856eee68cb551.json for /usr/bin/python2.7 [DEBUG cached_py_info:91] 92 Attempting to release lock 140256138179752 on /tmp/tmpiielo21j/py_info/20.0.10/beb4f305451b4835b36a63cb1c75e625a7251cf8d76b65be2f5856eee68cb551.lock [DEBUG filelock:315] 92 Lock 140256138179752 released on /tmp/tmpiielo21j/py_info/20.0.10/beb4f305451b4835b36a63cb1c75e625a7251cf8d76b65be2f5856eee68cb551.lock [INFO filelock:318] 92 proposed PathPythonInfo(spec=CPython2.7.16.final.0-64, exe=/usr/bin/python2.7, platform=linux2, version='2.7.16 (default, Jul 19 2019, 22:59:28) \n[GCC 4.8.5 20150623 (Red Hat 4.8.5-28)]', encoding_fs_io=UTF-8-None) [INFO builtin:50] 92 accepted PathPythonInfo(spec=CPython2.7.16.final.0-64, exe=/usr/bin/python2.7, platform=linux2, version='2.7.16 (default, Jul 19 2019, 22:59:28) \n[GCC 4.8.5 20150623 (Red Hat 4.8.5-28)]', encoding_fs_io=UTF-8-None) [DEBUG builtin:52] 141 create virtual environment via CPython2Posix(dest=/tmp/bar2, clear=False, global=False) [INFO session:52] 142 no include folders as can't find include marker /usr/local/include/python2.7/Python.h [DEBUG cpython2:49] 142 create folder /tmp/bar2/bin [DEBUG _sync:21] 142 create folder /tmp/bar2/lib/python2.7/dist-packages [DEBUG _sync:21] 142 create folder /tmp/bar2/lib64/python2.7/dist-packages [DEBUG _sync:21] 142 write /tmp/bar2/pyvenv.cfg [DEBUG pyenv_cfg:34] 142 home = /usr [DEBUG pyenv_cfg:38] 142 implementation = CPython [DEBUG pyenv_cfg:38] 142 version_info = 2.7.16.final.0 [DEBUG pyenv_cfg:38] 142 virtualenv = 20.0.10 [DEBUG pyenv_cfg:38] 142 include-system-site-packages = false [DEBUG pyenv_cfg:38] 142 base-prefix = /usr [DEBUG pyenv_cfg:38] 142 base-exec-prefix = /usr [DEBUG pyenv_cfg:38] 142 base-executable = /usr/bin/python2.7 [DEBUG pyenv_cfg:38] 143 copy /usr/bin/python2.7 to /tmp/bar2/bin/python [DEBUG _sync:48] 143 symlink /usr/lib64/python2.7/os.py to /tmp/bar2/lib/python2.7/os.py [DEBUG _sync:40] 143 symlink /usr/lib64/python2.7/os.pyc to /tmp/bar2/lib/python2.7/os.pyc [DEBUG _sync:40] 143 symlink directory /usr/lib64/python2.7/lib-dynload to /tmp/bar2/lib/python2.7/lib-dynload [DEBUG _sync:40] 143 create /tmp/bar2/lib/python2.7/dist-packages/_virtualenv.py [DEBUG api:60] 143 create virtualenv import hook file /tmp/bar2/lib/python2.7/dist-packages/_virtualenv.pth [DEBUG api:63] 144 ============================== target debug ============================== [DEBUG session:54] 144 debug via /tmp/bar2/bin/python /usr/local/lib/python3.6/site-packages/virtualenv/create/debug.py [DEBUG creator:182] 144 { "sys": { "executable": "/tmp/bar2/bin/python", "_base_executable": null, "prefix": "/usr", "base_prefix": null, "real_prefix": null, "exec_prefix": "/usr", "base_exec_prefix": null, "path": [ "/usr/lib/python27.zip", "/usr/lib64/python2.7", "/usr/lib64/python2.7/plat-linux2", "/usr/lib64/python2.7/lib-tk", "/usr/lib64/python2.7/lib-old", "/usr/lib64/python2.7/lib-dynload", "/usr/local/lib64/python2.7/site-packages", "/usr/local/lib/python2.7/site-packages", "/usr/local/lib/python2.7/site-packages/StreamPublisher-1.3.2-py2.7.egg", "/usr/lib64/python2.7/site-packages", "/usr/lib/python2.7/site-packages", "/usr/lib64/python2.7/dist-packages", "/usr/lib64/python2.7/dist-packages/PIL", "/usr/lib/python2.7/dist-packages" ], "meta_path": [], "fs_encoding": "UTF-8", "io_encoding": null }, "version": "2.7.16 (default, Jul 19 2019, 22:59:28) \n[GCC 4.8.5 20150623 (Red Hat 4.8.5-28)]", "os": "<module 'os' from '/usr/lib64/python2.7/os.pyc'>", "site": "<module 'site' from '/usr/lib64/python2.7/site.pyc'>", "datetime": "<module 'datetime' from '/usr/lib64/python2.7/lib-dynload/datetime.so'>", "math": "<module 'math' from '/usr/lib64/python2.7/lib-dynload/math.so'>", "json": "<module 'json' from '/usr/lib64/python2.7/json/__init__.pyc'>" } [DEBUG session:55] 158 add seed packages via FromAppData(download=False, pip=latest, setuptools=latest, wheel=latest, via=copy, app_data_dir=/tmp/tmpiielo21j/seed-app-data/v1) [INFO session:59] 158 Attempting to acquire lock 140256123427976 on /tmp/tmpiielo21j/seed-app-data/v1/2.7/wheels.lock [DEBUG filelock:270] 158 Lock 140256123427976 acquired on /tmp/tmpiielo21j/seed-app-data/v1/2.7/wheels.lock [INFO filelock:274] 159 get bundled wheel /usr/local/lib/python3.6/site-packages/virtualenv/seed/embed/wheels/pip-20.0.2-py2.py3-none-any.whl [DEBUG acquire:51] 159 get bundled wheel /usr/local/lib/python3.6/site-packages/virtualenv/seed/embed/wheels/wheel-0.34.2-py2.py3-none-any.whl [DEBUG acquire:51] 159 get bundled wheel /usr/local/lib/python3.6/site-packages/virtualenv/seed/embed/wheels/setuptools-44.0.0-py2.py3-none-any.whl [DEBUG acquire:51] 162 install wheel from wheel /tmp/tmpiielo21j/seed-app-data/v1/2.7/wheels/wheel-0.34.2-py2.py3-none-any.whl via CopyPipInstall [DEBUG via_app_data:46] 162 install setuptools from wheel /tmp/tmpiielo21j/seed-app-data/v1/2.7/wheels/setuptools-44.0.0-py2.py3-none-any.whl via CopyPipInstall [DEBUG via_app_data:46] 162 install pip from wheel /tmp/tmpiielo21j/seed-app-data/v1/2.7/wheels/pip-20.0.2-py2.py3-none-any.whl via CopyPipInstall [DEBUG via_app_data:46] 162 build install image to /tmp/tmpiielo21j/seed-app-data/v1/2.7/image/CopyPipInstall/wheel-0.34.2-py2.py3-none-any of wheel-0.34.2-py2.py3-none-any.whl [DEBUG base:57] 162 build install image to /tmp/tmpiielo21j/seed-app-data/v1/2.7/image/CopyPipInstall/setuptools-44.0.0-py2.py3-none-any of setuptools-44.0.0-py2.py3-none-any.whl [DEBUG base:57] 162 build install image to /tmp/tmpiielo21j/seed-app-data/v1/2.7/image/CopyPipInstall/pip-20.0.2-py2.py3-none-any of pip-20.0.2-py2.py3-none-any.whl [DEBUG base:57] 176 changing mode of /tmp/tmpp8jbavqh/wheel-2.7 to 775 [INFO util:566] 177 changing mode of /tmp/tmpp8jbavqh/wheel to 775 [INFO util:566] 177 changing mode of /tmp/tmpp8jbavqh/wheel2 to 775 [INFO util:566] 180 copy directory /tmp/tmpiielo21j/seed-app-data/v1/2.7/image/CopyPipInstall/wheel-0.34.2-py2.py3-none-any/wheel-0.34.2.dist-info to /tmp/bar2/lib/python2.7/dist-packages/wheel-0.34.2.dist-info [DEBUG _sync:48] 185 copy /tmp/tmpiielo21j/seed-app-data/v1/2.7/image/CopyPipInstall/wheel-0.34.2-py2.py3-none-any/wheel-0.34.2.virtualenv to /tmp/bar2/lib/python2.7/dist-packages/wheel-0.34.2.virtualenv [DEBUG _sync:48] 186 copy directory /tmp/tmpiielo21j/seed-app-data/v1/2.7/image/CopyPipInstall/wheel-0.34.2-py2.py3-none-any/wheel to /tmp/bar2/lib/python2.7/dist-packages/wheel [DEBUG _sync:48] 193 changing mode of /tmp/bar2/bin/wheel-2.7 to 775 [INFO util:566] 194 changing mode of /tmp/bar2/bin/wheel to 775 [INFO util:566] 194 changing mode of /tmp/bar2/bin/wheel2 to 775 [INFO util:566] 194 generated console scripts wheel2 wheel wheel-2.7 [DEBUG base:53] 217 changing mode of /tmp/tmpn21zo58q/easy_install-2.7 to 775 [INFO util:566] 217 changing mode of /tmp/tmpn21zo58q/easy_install2 to 775 [INFO util:566] 218 changing mode of /tmp/tmpn21zo58q/easy_install to 775 [INFO util:566] 222 copy directory /tmp/tmpiielo21j/seed-app-data/v1/2.7/image/CopyPipInstall/setuptools-44.0.0-py2.py3-none-any/setuptools to /tmp/bar2/lib/python2.7/dist-packages/setuptools [DEBUG _sync:48] 238 copy /tmp/tmpiielo21j/seed-app-data/v1/2.7/image/CopyPipInstall/setuptools-44.0.0-py2.py3-none-any/setuptools-44.0.0.virtualenv to /tmp/bar2/lib/python2.7/dist-packages/setuptools-44.0.0.virtualenv [DEBUG _sync:48] 238 copy directory /tmp/tmpiielo21j/seed-app-data/v1/2.7/image/CopyPipInstall/setuptools-44.0.0-py2.py3-none-any/setuptools-44.0.0.dist-info to /tmp/bar2/lib/python2.7/dist-packages/setuptools-44.0.0.dist-info [DEBUG _sync:48] 240 copy /tmp/tmpiielo21j/seed-app-data/v1/2.7/image/CopyPipInstall/setuptools-44.0.0-py2.py3-none-any/easy_install.py to /tmp/bar2/lib/python2.7/dist-packages/easy_install.py [DEBUG _sync:48] 240 copy directory /tmp/tmpiielo21j/seed-app-data/v1/2.7/image/CopyPipInstall/setuptools-44.0.0-py2.py3-none-any/pkg_resources to /tmp/bar2/lib/python2.7/dist-packages/pkg_resources [DEBUG _sync:48] 243 changing mode of /tmp/bar2/bin/easy_install-2.7 to 775 [INFO util:566] 243 changing mode of /tmp/bar2/bin/easy_install2 to 775 [INFO util:566] 243 changing mode of /tmp/bar2/bin/easy_install to 775 [INFO util:566] 243 generated console scripts easy_install easy_install2 easy_install-2.7 [DEBUG base:53] 266 changing mode of /tmp/tmpmqz44x17/pip-2.7 to 775 [INFO util:566] 266 changing mode of /tmp/tmpmqz44x17/pip2 to 775 [INFO util:566] 266 changing mode of /tmp/tmpmqz44x17/pip to 775 [INFO util:566] 278 copy directory /tmp/tmpiielo21j/seed-app-data/v1/2.7/image/CopyPipInstall/pip-20.0.2-py2.py3-none-any/pip-20.0.2.dist-info to /tmp/bar2/lib/python2.7/dist-packages/pip-20.0.2.dist-info [DEBUG _sync:48] 279 copy directory /tmp/tmpiielo21j/seed-app-data/v1/2.7/image/CopyPipInstall/pip-20.0.2-py2.py3-none-any/pip to /tmp/bar2/lib/python2.7/dist-packages/pip [DEBUG _sync:48] 303 copy /tmp/tmpiielo21j/seed-app-data/v1/2.7/image/CopyPipInstall/pip-20.0.2-py2.py3-none-any/pip-20.0.2.virtualenv to /tmp/bar2/lib/python2.7/dist-packages/pip-20.0.2.virtualenv [DEBUG _sync:48] 304 changing mode of /tmp/bar2/bin/pip-2.7 to 775 [INFO util:566] 304 changing mode of /tmp/bar2/bin/pip2 to 775 [INFO util:566] 304 changing mode of /tmp/bar2/bin/pip to 775 [INFO util:566] 304 generated console scripts pip2 pip pip-2.7 [DEBUG base:53] 304 Attempting to release lock 140256123427976 on /tmp/tmpiielo21j/seed-app-data/v1/2.7/wheels.lock [DEBUG filelock:315] 304 Lock 140256123427976 released on /tmp/tmpiielo21j/seed-app-data/v1/2.7/wheels.lock [INFO filelock:318] 304 add activators for Bash, CShell, Fish, PowerShell, Python [INFO session:65] 305 write /tmp/bar2/pyvenv.cfg [DEBUG pyenv_cfg:34] 305 home = /usr [DEBUG pyenv_cfg:38] 305 implementation = CPython [DEBUG pyenv_cfg:38] 305 version_info = 2.7.16.final.0 [DEBUG pyenv_cfg:38] 305 virtualenv = 20.0.10 [DEBUG pyenv_cfg:38] 305 include-system-site-packages = false [DEBUG pyenv_cfg:38] 306 base-prefix = /usr [DEBUG pyenv_cfg:38] 306 base-exec-prefix = /usr [DEBUG pyenv_cfg:38] 306 base-executable = /usr/bin/python2.7 [DEBUG pyenv_cfg:38] 306 remove temporary app data folder /tmp/tmpiielo21j [DEBUG app_data:35] 314 created virtual environment CPython2.7.16.final.0-64 in 263ms creator CPython2Posix(dest=/tmp/bar2, clear=False, global=False) seeder FromAppData(download=False, pip=latest, setuptools=latest, wheel=latest, via=copy, app_data_dir=/tmp/tmpiielo21j/seed-app-data/v1) activators BashActivator,CShellActivator,FishActivator,PowerShellActivator,PythonActivator [WARNING __main__:21] ```
      author:
         url:https://github.com/tzulberti
         type:Person
         name:tzulberti
      datePublished:2020-03-12T20:04:44.000Z
      interactionStatistic:
         type:InteractionCounter
         interactionType:https://schema.org/CommentAction
         userInteractionCount:3
      url:https://github.com/1719/virtualenv/issues/1719
      context:https://schema.org
      headline:Invalid pip installation after creating virtualenv
      articleBody:**Issue** I created a Python 2.7 virtualenv, and when I try to use pip inside the virtualenv I got an error: ```console $ virtualenv --python python2.7 /tmp/bar created virtual environment CPython2.7.16.final.0-64 in 257ms creator CPython2Posix(dest=/tmp/bar, clear=False, global=False) seeder FromAppData(download=False, pip=latest, setuptools=latest, wheel=latest, via=copy, app_data_dir=/tmp/tmpl2wpmzv9/seed-app-data/v1) activators BashActivator,CShellActivator,FishActivator,PowerShellActivator,PythonActivator $ source /tmp/bar/bin/activate (bar) $ pip pip pip2 pip-2.7 pip-3.6 (bar) $ pip Traceback (most recent call last): File "/tmp/bar/bin/pip", line 5, in <module> from pip._internal.cli.main import main ImportError: No module named _internal.cli.main ``` If I run pip-2.7 outside the virtulenv, everything seems to be working fine: ```console $ pip-2.7 --version pip 9.0.3 from /usr/lib/python2.7/dist-packages (python 2.7) ``` **Environment** Provide at least: - OS: - ``pip list`` of the host python where ``virtualenv`` is installed: ```console $ virtualenv --version virtualenv 20.0.10 from /usr/local/lib/python3.6/site-packages/virtualenv/__init__.py ``` **Output of the virtual environment creation** Make sure to run the creation with `-vvv --with-traceback`: ```console $ virtualenv -vvv --with-traceback --python python2.7 /tmp/bar2 52 could not create app data folder /home/foobar/.local/share/virtualenv due to FileNotFoundError(2, 'No such file or directory') [INFO app_data:54] 62 created temporary app data folder /tmp/tmpiielo21j [DEBUG app_data:32] 62 find interpreter for spec PythonSpec(implementation=CPython, major=2, minor=7) [INFO builtin:44] 63 proposed PythonInfo(spec=CPython3.6.10.final.0-64, exe=/usr/bin/python3.6, platform=linux, version='3.6.10 (default, Feb 10 2020, 19:55:14) \n[GCC 4.8.5 20150623 (Red Hat 4.8.5-28)]', encoding_fs_io=utf-8-UTF-8) [INFO builtin:50] 63 discover PATH[0]=/usr/local/bin [DEBUG builtin:77] 63 filesystem is case-sensitive [DEBUG info:28] 63 discover PATH[1]=/bin [DEBUG builtin:77] 63 discover PATH[2]=/usr/bin [DEBUG builtin:77] 63 Attempting to acquire lock 140256138179752 on /tmp/tmpiielo21j/py_info/20.0.10/beb4f305451b4835b36a63cb1c75e625a7251cf8d76b65be2f5856eee68cb551.lock [DEBUG filelock:270] 64 Lock 140256138179752 acquired on /tmp/tmpiielo21j/py_info/20.0.10/beb4f305451b4835b36a63cb1c75e625a7251cf8d76b65be2f5856eee68cb551.lock [INFO filelock:274] 64 get interpreter info via cmd: /usr/bin/python2.7 /usr/local/lib/python3.6/site-packages/virtualenv/discovery/py_info.py [DEBUG cached_py_info:105] 91 write PythonInfo to /tmp/tmpiielo21j/py_info/20.0.10/beb4f305451b4835b36a63cb1c75e625a7251cf8d76b65be2f5856eee68cb551.json for /usr/bin/python2.7 [DEBUG cached_py_info:91] 92 Attempting to release lock 140256138179752 on /tmp/tmpiielo21j/py_info/20.0.10/beb4f305451b4835b36a63cb1c75e625a7251cf8d76b65be2f5856eee68cb551.lock [DEBUG filelock:315] 92 Lock 140256138179752 released on /tmp/tmpiielo21j/py_info/20.0.10/beb4f305451b4835b36a63cb1c75e625a7251cf8d76b65be2f5856eee68cb551.lock [INFO filelock:318] 92 proposed PathPythonInfo(spec=CPython2.7.16.final.0-64, exe=/usr/bin/python2.7, platform=linux2, version='2.7.16 (default, Jul 19 2019, 22:59:28) \n[GCC 4.8.5 20150623 (Red Hat 4.8.5-28)]', encoding_fs_io=UTF-8-None) [INFO builtin:50] 92 accepted PathPythonInfo(spec=CPython2.7.16.final.0-64, exe=/usr/bin/python2.7, platform=linux2, version='2.7.16 (default, Jul 19 2019, 22:59:28) \n[GCC 4.8.5 20150623 (Red Hat 4.8.5-28)]', encoding_fs_io=UTF-8-None) [DEBUG builtin:52] 141 create virtual environment via CPython2Posix(dest=/tmp/bar2, clear=False, global=False) [INFO session:52] 142 no include folders as can't find include marker /usr/local/include/python2.7/Python.h [DEBUG cpython2:49] 142 create folder /tmp/bar2/bin [DEBUG _sync:21] 142 create folder /tmp/bar2/lib/python2.7/dist-packages [DEBUG _sync:21] 142 create folder /tmp/bar2/lib64/python2.7/dist-packages [DEBUG _sync:21] 142 write /tmp/bar2/pyvenv.cfg [DEBUG pyenv_cfg:34] 142 home = /usr [DEBUG pyenv_cfg:38] 142 implementation = CPython [DEBUG pyenv_cfg:38] 142 version_info = 2.7.16.final.0 [DEBUG pyenv_cfg:38] 142 virtualenv = 20.0.10 [DEBUG pyenv_cfg:38] 142 include-system-site-packages = false [DEBUG pyenv_cfg:38] 142 base-prefix = /usr [DEBUG pyenv_cfg:38] 142 base-exec-prefix = /usr [DEBUG pyenv_cfg:38] 142 base-executable = /usr/bin/python2.7 [DEBUG pyenv_cfg:38] 143 copy /usr/bin/python2.7 to /tmp/bar2/bin/python [DEBUG _sync:48] 143 symlink /usr/lib64/python2.7/os.py to /tmp/bar2/lib/python2.7/os.py [DEBUG _sync:40] 143 symlink /usr/lib64/python2.7/os.pyc to /tmp/bar2/lib/python2.7/os.pyc [DEBUG _sync:40] 143 symlink directory /usr/lib64/python2.7/lib-dynload to /tmp/bar2/lib/python2.7/lib-dynload [DEBUG _sync:40] 143 create /tmp/bar2/lib/python2.7/dist-packages/_virtualenv.py [DEBUG api:60] 143 create virtualenv import hook file /tmp/bar2/lib/python2.7/dist-packages/_virtualenv.pth [DEBUG api:63] 144 ============================== target debug ============================== [DEBUG session:54] 144 debug via /tmp/bar2/bin/python /usr/local/lib/python3.6/site-packages/virtualenv/create/debug.py [DEBUG creator:182] 144 { "sys": { "executable": "/tmp/bar2/bin/python", "_base_executable": null, "prefix": "/usr", "base_prefix": null, "real_prefix": null, "exec_prefix": "/usr", "base_exec_prefix": null, "path": [ "/usr/lib/python27.zip", "/usr/lib64/python2.7", "/usr/lib64/python2.7/plat-linux2", "/usr/lib64/python2.7/lib-tk", "/usr/lib64/python2.7/lib-old", "/usr/lib64/python2.7/lib-dynload", "/usr/local/lib64/python2.7/site-packages", "/usr/local/lib/python2.7/site-packages", "/usr/local/lib/python2.7/site-packages/StreamPublisher-1.3.2-py2.7.egg", "/usr/lib64/python2.7/site-packages", "/usr/lib/python2.7/site-packages", "/usr/lib64/python2.7/dist-packages", "/usr/lib64/python2.7/dist-packages/PIL", "/usr/lib/python2.7/dist-packages" ], "meta_path": [], "fs_encoding": "UTF-8", "io_encoding": null }, "version": "2.7.16 (default, Jul 19 2019, 22:59:28) \n[GCC 4.8.5 20150623 (Red Hat 4.8.5-28)]", "os": "<module 'os' from '/usr/lib64/python2.7/os.pyc'>", "site": "<module 'site' from '/usr/lib64/python2.7/site.pyc'>", "datetime": "<module 'datetime' from '/usr/lib64/python2.7/lib-dynload/datetime.so'>", "math": "<module 'math' from '/usr/lib64/python2.7/lib-dynload/math.so'>", "json": "<module 'json' from '/usr/lib64/python2.7/json/__init__.pyc'>" } [DEBUG session:55] 158 add seed packages via FromAppData(download=False, pip=latest, setuptools=latest, wheel=latest, via=copy, app_data_dir=/tmp/tmpiielo21j/seed-app-data/v1) [INFO session:59] 158 Attempting to acquire lock 140256123427976 on /tmp/tmpiielo21j/seed-app-data/v1/2.7/wheels.lock [DEBUG filelock:270] 158 Lock 140256123427976 acquired on /tmp/tmpiielo21j/seed-app-data/v1/2.7/wheels.lock [INFO filelock:274] 159 get bundled wheel /usr/local/lib/python3.6/site-packages/virtualenv/seed/embed/wheels/pip-20.0.2-py2.py3-none-any.whl [DEBUG acquire:51] 159 get bundled wheel /usr/local/lib/python3.6/site-packages/virtualenv/seed/embed/wheels/wheel-0.34.2-py2.py3-none-any.whl [DEBUG acquire:51] 159 get bundled wheel /usr/local/lib/python3.6/site-packages/virtualenv/seed/embed/wheels/setuptools-44.0.0-py2.py3-none-any.whl [DEBUG acquire:51] 162 install wheel from wheel /tmp/tmpiielo21j/seed-app-data/v1/2.7/wheels/wheel-0.34.2-py2.py3-none-any.whl via CopyPipInstall [DEBUG via_app_data:46] 162 install setuptools from wheel /tmp/tmpiielo21j/seed-app-data/v1/2.7/wheels/setuptools-44.0.0-py2.py3-none-any.whl via CopyPipInstall [DEBUG via_app_data:46] 162 install pip from wheel /tmp/tmpiielo21j/seed-app-data/v1/2.7/wheels/pip-20.0.2-py2.py3-none-any.whl via CopyPipInstall [DEBUG via_app_data:46] 162 build install image to /tmp/tmpiielo21j/seed-app-data/v1/2.7/image/CopyPipInstall/wheel-0.34.2-py2.py3-none-any of wheel-0.34.2-py2.py3-none-any.whl [DEBUG base:57] 162 build install image to /tmp/tmpiielo21j/seed-app-data/v1/2.7/image/CopyPipInstall/setuptools-44.0.0-py2.py3-none-any of setuptools-44.0.0-py2.py3-none-any.whl [DEBUG base:57] 162 build install image to /tmp/tmpiielo21j/seed-app-data/v1/2.7/image/CopyPipInstall/pip-20.0.2-py2.py3-none-any of pip-20.0.2-py2.py3-none-any.whl [DEBUG base:57] 176 changing mode of /tmp/tmpp8jbavqh/wheel-2.7 to 775 [INFO util:566] 177 changing mode of /tmp/tmpp8jbavqh/wheel to 775 [INFO util:566] 177 changing mode of /tmp/tmpp8jbavqh/wheel2 to 775 [INFO util:566] 180 copy directory /tmp/tmpiielo21j/seed-app-data/v1/2.7/image/CopyPipInstall/wheel-0.34.2-py2.py3-none-any/wheel-0.34.2.dist-info to /tmp/bar2/lib/python2.7/dist-packages/wheel-0.34.2.dist-info [DEBUG _sync:48] 185 copy /tmp/tmpiielo21j/seed-app-data/v1/2.7/image/CopyPipInstall/wheel-0.34.2-py2.py3-none-any/wheel-0.34.2.virtualenv to /tmp/bar2/lib/python2.7/dist-packages/wheel-0.34.2.virtualenv [DEBUG _sync:48] 186 copy directory /tmp/tmpiielo21j/seed-app-data/v1/2.7/image/CopyPipInstall/wheel-0.34.2-py2.py3-none-any/wheel to /tmp/bar2/lib/python2.7/dist-packages/wheel [DEBUG _sync:48] 193 changing mode of /tmp/bar2/bin/wheel-2.7 to 775 [INFO util:566] 194 changing mode of /tmp/bar2/bin/wheel to 775 [INFO util:566] 194 changing mode of /tmp/bar2/bin/wheel2 to 775 [INFO util:566] 194 generated console scripts wheel2 wheel wheel-2.7 [DEBUG base:53] 217 changing mode of /tmp/tmpn21zo58q/easy_install-2.7 to 775 [INFO util:566] 217 changing mode of /tmp/tmpn21zo58q/easy_install2 to 775 [INFO util:566] 218 changing mode of /tmp/tmpn21zo58q/easy_install to 775 [INFO util:566] 222 copy directory /tmp/tmpiielo21j/seed-app-data/v1/2.7/image/CopyPipInstall/setuptools-44.0.0-py2.py3-none-any/setuptools to /tmp/bar2/lib/python2.7/dist-packages/setuptools [DEBUG _sync:48] 238 copy /tmp/tmpiielo21j/seed-app-data/v1/2.7/image/CopyPipInstall/setuptools-44.0.0-py2.py3-none-any/setuptools-44.0.0.virtualenv to /tmp/bar2/lib/python2.7/dist-packages/setuptools-44.0.0.virtualenv [DEBUG _sync:48] 238 copy directory /tmp/tmpiielo21j/seed-app-data/v1/2.7/image/CopyPipInstall/setuptools-44.0.0-py2.py3-none-any/setuptools-44.0.0.dist-info to /tmp/bar2/lib/python2.7/dist-packages/setuptools-44.0.0.dist-info [DEBUG _sync:48] 240 copy /tmp/tmpiielo21j/seed-app-data/v1/2.7/image/CopyPipInstall/setuptools-44.0.0-py2.py3-none-any/easy_install.py to /tmp/bar2/lib/python2.7/dist-packages/easy_install.py [DEBUG _sync:48] 240 copy directory /tmp/tmpiielo21j/seed-app-data/v1/2.7/image/CopyPipInstall/setuptools-44.0.0-py2.py3-none-any/pkg_resources to /tmp/bar2/lib/python2.7/dist-packages/pkg_resources [DEBUG _sync:48] 243 changing mode of /tmp/bar2/bin/easy_install-2.7 to 775 [INFO util:566] 243 changing mode of /tmp/bar2/bin/easy_install2 to 775 [INFO util:566] 243 changing mode of /tmp/bar2/bin/easy_install to 775 [INFO util:566] 243 generated console scripts easy_install easy_install2 easy_install-2.7 [DEBUG base:53] 266 changing mode of /tmp/tmpmqz44x17/pip-2.7 to 775 [INFO util:566] 266 changing mode of /tmp/tmpmqz44x17/pip2 to 775 [INFO util:566] 266 changing mode of /tmp/tmpmqz44x17/pip to 775 [INFO util:566] 278 copy directory /tmp/tmpiielo21j/seed-app-data/v1/2.7/image/CopyPipInstall/pip-20.0.2-py2.py3-none-any/pip-20.0.2.dist-info to /tmp/bar2/lib/python2.7/dist-packages/pip-20.0.2.dist-info [DEBUG _sync:48] 279 copy directory /tmp/tmpiielo21j/seed-app-data/v1/2.7/image/CopyPipInstall/pip-20.0.2-py2.py3-none-any/pip to /tmp/bar2/lib/python2.7/dist-packages/pip [DEBUG _sync:48] 303 copy /tmp/tmpiielo21j/seed-app-data/v1/2.7/image/CopyPipInstall/pip-20.0.2-py2.py3-none-any/pip-20.0.2.virtualenv to /tmp/bar2/lib/python2.7/dist-packages/pip-20.0.2.virtualenv [DEBUG _sync:48] 304 changing mode of /tmp/bar2/bin/pip-2.7 to 775 [INFO util:566] 304 changing mode of /tmp/bar2/bin/pip2 to 775 [INFO util:566] 304 changing mode of /tmp/bar2/bin/pip to 775 [INFO util:566] 304 generated console scripts pip2 pip pip-2.7 [DEBUG base:53] 304 Attempting to release lock 140256123427976 on /tmp/tmpiielo21j/seed-app-data/v1/2.7/wheels.lock [DEBUG filelock:315] 304 Lock 140256123427976 released on /tmp/tmpiielo21j/seed-app-data/v1/2.7/wheels.lock [INFO filelock:318] 304 add activators for Bash, CShell, Fish, PowerShell, Python [INFO session:65] 305 write /tmp/bar2/pyvenv.cfg [DEBUG pyenv_cfg:34] 305 home = /usr [DEBUG pyenv_cfg:38] 305 implementation = CPython [DEBUG pyenv_cfg:38] 305 version_info = 2.7.16.final.0 [DEBUG pyenv_cfg:38] 305 virtualenv = 20.0.10 [DEBUG pyenv_cfg:38] 305 include-system-site-packages = false [DEBUG pyenv_cfg:38] 306 base-prefix = /usr [DEBUG pyenv_cfg:38] 306 base-exec-prefix = /usr [DEBUG pyenv_cfg:38] 306 base-executable = /usr/bin/python2.7 [DEBUG pyenv_cfg:38] 306 remove temporary app data folder /tmp/tmpiielo21j [DEBUG app_data:35] 314 created virtual environment CPython2.7.16.final.0-64 in 263ms creator CPython2Posix(dest=/tmp/bar2, clear=False, global=False) seeder FromAppData(download=False, pip=latest, setuptools=latest, wheel=latest, via=copy, app_data_dir=/tmp/tmpiielo21j/seed-app-data/v1) activators BashActivator,CShellActivator,FishActivator,PowerShellActivator,PythonActivator [WARNING __main__:21] ```
      author:
         url:https://github.com/tzulberti
         type:Person
         name:tzulberti
      datePublished:2020-03-12T20:04:44.000Z
      interactionStatistic:
         type:InteractionCounter
         interactionType:https://schema.org/CommentAction
         userInteractionCount:3
      url:https://github.com/1719/virtualenv/issues/1719
Person:
      url:https://github.com/tzulberti
      name:tzulberti
      url:https://github.com/tzulberti
      name:tzulberti
InteractionCounter:
      interactionType:https://schema.org/CommentAction
      userInteractionCount:3
      interactionType:https://schema.org/CommentAction
      userInteractionCount:3

Analytics and Tracking {πŸ“Š}

  • Site Verification - Google

Libraries {πŸ“š}

  • Clipboard.js
  • D3.js
  • Lodash

Emails and Hosting {βœ‰οΈ}

Mail Servers:

  • aspmx.l.google.com
  • alt1.aspmx.l.google.com
  • alt2.aspmx.l.google.com
  • alt3.aspmx.l.google.com
  • alt4.aspmx.l.google.com

Name Servers:

  • dns1.p08.nsone.net
  • dns2.p08.nsone.net
  • dns3.p08.nsone.net
  • dns4.p08.nsone.net
  • ns-1283.awsdns-32.org
  • ns-1707.awsdns-21.co.uk
  • ns-421.awsdns-52.com
  • ns-520.awsdns-01.net
8.86s.