{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":26163500,"defaultBranch":"master","name":"dotfiles","ownerLogin":"jeffwidman","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2014-11-04T10:11:40.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/483314?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1613579868.766228","currentOid":""},"activityList":{"items":[{"before":"7d742a328c25fd60fe4de7595c0a7cf15cb8df66","after":"644d72d048fe1ea222adb69b694bae068cb8cf4c","ref":"refs/heads/master","pushedAt":"2024-04-10T22:07:08.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jeffwidman","name":"Jeff Widman","path":"/jeffwidman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/483314?s=80&v=4"},"commit":{"message":"Update `virtualenvwrapper` instructions\n\nTrying a global `pip3 install virtualenvwrapper` resulted in the\nfollowing message:\n\n```shell\n~/C/o/flask-debugtoolbar ❯❯❯ syspip3 install virtualenvwrapper\nerror: externally-managed-environment\n\n× This environment is externally managed\n╰─> To install Python packages system-wide, try brew install\n xyz, where xyz is the package you are trying to\n install.\n\n If you wish to install a non-brew-packaged Python package,\n create a virtual environment using python3 -m venv path/to/venv.\n Then use path/to/venv/bin/python and path/to/venv/bin/pip.\n\n If you wish to install a non-brew packaged Python application,\n it may be easiest to use pipx install xyz, which will manage a\n virtual environment for you. Make sure you have pipx installed.\n\nnote: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.\nhint: See PEP 668 for the detailed specification.\n```\n\nI explored using `brew install virtualenvwrapper`, but ran into an issue\nthat `prezto` wouldn't recognize `virtualenvwrapper` w/o manually\nsourcing it. So it's simpler to stick with installing virtualenvwrapper\nglobally into site packages.\n\nAlso removed an old note about `virtualenv` package now that it's\nincluded by default with all modern pythons.","shortMessageHtmlLink":"Update virtualenvwrapper instructions"}},{"before":"af31cd7c045d9d8b12d0b90b960cef80581016b6","after":"7d742a328c25fd60fe4de7595c0a7cf15cb8df66","ref":"refs/heads/master","pushedAt":"2024-04-10T20:39:07.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jeffwidman","name":"Jeff Widman","path":"/jeffwidman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/483314?s=80&v=4"},"commit":{"message":"Update `virtualenvwrapper` instructions\n\nTrying a global `pip3 install virtualenvwrapper` resulted in the\nfollowing message:\n\n```shell\n~/C/o/flask-debugtoolbar ❯❯❯ syspip3 install virtualenvwrapper\nerror: externally-managed-environment\n\n× This environment is externally managed\n╰─> To install Python packages system-wide, try brew install\n xyz, where xyz is the package you are trying to\n install.\n\n If you wish to install a non-brew-packaged Python package,\n create a virtual environment using python3 -m venv path/to/venv.\n Then use path/to/venv/bin/python and path/to/venv/bin/pip.\n\n If you wish to install a non-brew packaged Python application,\n it may be easiest to use pipx install xyz, which will manage a\n virtual environment for you. Make sure you have pipx installed.\n\nnote: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.\nhint: See PEP 668 for the detailed specification.\n```\n\nA peek at `brew info virtualenvwrapper`:\n\n```shell\n/C/o/flask-debugtoolbar ❯❯❯ brew info virtualenvwrapper\n==> virtualenvwrapper: stable 6.1.0 (bottled)\nPython virtualenv extensions\nhttps://virtualenvwrapper.readthedocs.io/\n/usr/local/Cellar/virtualenvwrapper/6.1.0 (323 files, 5.6MB)\n Poured from bottle using the formulae.brew.sh API on 2024-04-10 at 13:20:39\nFrom: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/v/virtualenvwrapper.rb\nLicense: MIT\n==> Dependencies\nRequired: python@3.12 ✔\n==> Caveats\nTo activate virtualenvwrapper, add the following to your shell profile\ne.g. ~/.profile or ~/.zshrc\n source virtualenvwrapper.sh\n==> Analytics\ninstall: 618 (30 days), 2,304 (90 days), 5,667 (365 days)\ninstall-on-request: 618 (30 days), 2,304 (90 days), 5,668 (365 days)\nbuild-error: 0 (30 days)\n```\n\nSo it basically does what I normally did, but bypassing the warning.\n\nAlso removed an old note about `virtualenv` package now that it's\nincluded by default with all modern pythons.","shortMessageHtmlLink":"Update virtualenvwrapper instructions"}},{"before":"fc40324ac8478d9283f7c761788e139be1861449","after":"af31cd7c045d9d8b12d0b90b960cef80581016b6","ref":"refs/heads/master","pushedAt":"2024-04-10T20:31:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jeffwidman","name":"Jeff Widman","path":"/jeffwidman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/483314?s=80&v=4"},"commit":{"message":"Update `virtualenvwrapper` instructions\n\nTrying a global `pip3 install virtualenvwrapper` resulted in the\nfollowing message:\n```shell\n~/C/o/flask-debugtoolbar ❯❯❯ syspip3 install virtualenvwrapper\nerror: externally-managed-environment\n\n× This environment is externally managed\n╰─> To install Python packages system-wide, try brew install\n xyz, where xyz is the package you are trying to\n install.\n\n If you wish to install a non-brew-packaged Python package,\n create a virtual environment using python3 -m venv path/to/venv.\n Then use path/to/venv/bin/python and path/to/venv/bin/pip.\n\n If you wish to install a non-brew packaged Python application,\n it may be easiest to use pipx install xyz, which will manage a\n virtual environment for you. Make sure you have pipx installed.\n\nnote: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.\nhint: See PEP 668 for the detailed specification.\n```\n\nA peek at `brew info virtualenvwrapper`:\n```shell\n/C/o/flask-debugtoolbar ❯❯❯ brew info virtualenvwrapper\n==> virtualenvwrapper: stable 6.1.0 (bottled)\nPython virtualenv extensions\nhttps://virtualenvwrapper.readthedocs.io/\n/usr/local/Cellar/virtualenvwrapper/6.1.0 (323 files, 5.6MB)\n Poured from bottle using the formulae.brew.sh API on 2024-04-10 at 13:20:39\nFrom: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/v/virtualenvwrapper.rb\nLicense: MIT\n==> Dependencies\nRequired: python@3.12 ✔\n==> Caveats\nTo activate virtualenvwrapper, add the following to your shell profile\ne.g. ~/.profile or ~/.zshrc\n source virtualenvwrapper.sh\n==> Analytics\ninstall: 618 (30 days), 2,304 (90 days), 5,667 (365 days)\ninstall-on-request: 618 (30 days), 2,304 (90 days), 5,668 (365 days)\nbuild-error: 0 (30 days)\n```\n\nSo it basically does what I normally did, but bypassing the warning.\n\nAlso removed an old note about `virtualenv` package now that it's\nincluded by default with all modern pythons.","shortMessageHtmlLink":"Update virtualenvwrapper instructions"}},{"before":"1c80656feb6a612b865ade3ba3a04804c15d96c1","after":"fc40324ac8478d9283f7c761788e139be1861449","ref":"refs/heads/master","pushedAt":"2023-12-07T01:03:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jeffwidman","name":"Jeff Widman","path":"/jeffwidman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/483314?s=80&v=4"},"commit":{"message":"Use API token for PyPI auth\n\nThis is required now that PyPI requires 2-factor.","shortMessageHtmlLink":"Use API token for PyPI auth"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAELYPJfQA","startCursor":null,"endCursor":null}},"title":"Activity · jeffwidman/dotfiles"}