{"id":26886969,"url":"https://github.com/secretiveshell/enterprisepythoninstallnotes","last_synced_at":"2025-07-15T10:04:50.839Z","repository":{"id":241084502,"uuid":"804262036","full_name":"SecretiveShell/EnterprisePythonInstallNotes","owner":"SecretiveShell","description":"A collection of notes from installing python in enterprise environments","archived":false,"fork":false,"pushed_at":"2024-05-22T09:43:11.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-04T19:36:39.550Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SecretiveShell.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-22T09:04:01.000Z","updated_at":"2024-05-22T09:43:14.000Z","dependencies_parsed_at":"2024-05-22T10:53:50.714Z","dependency_job_id":null,"html_url":"https://github.com/SecretiveShell/EnterprisePythonInstallNotes","commit_stats":null,"previous_names":["secretiveshell/enterprisepythoninstallnotes"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SecretiveShell/EnterprisePythonInstallNotes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SecretiveShell%2FEnterprisePythonInstallNotes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SecretiveShell%2FEnterprisePythonInstallNotes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SecretiveShell%2FEnterprisePythonInstallNotes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SecretiveShell%2FEnterprisePythonInstallNotes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SecretiveShell","download_url":"https://codeload.github.com/SecretiveShell/EnterprisePythonInstallNotes/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SecretiveShell%2FEnterprisePythonInstallNotes/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265427125,"owners_count":23763232,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-31T19:27:47.927Z","updated_at":"2025-07-15T10:04:50.766Z","avatar_url":"https://github.com/SecretiveShell.png","language":"PowerShell","readme":"# Python Installation Notes and documentation\n\n## Scoop\n\nInstall scoop :\n\n```powershell\nSet-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser\nInvoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression\n```\n\nsetup extras repo for vscode + pycharm\n\n```powershell\nscoop install git\nscoop bucket add extras\n```\n\n## python\n\nInstall python for single user:\n\n```powershell\nscoop install python\n```\n\nInstall python [globally](https://github.com/ScoopInstaller/Scoop/wiki/Global-Installs) (requires administrator privileges):\n\n```powershell\nscoop install python --global\n```\n\n## vscode\n\ninstall vscode through scoop (needs extras bucket):\n\n```powershell\nscoop install vscode\n```\n\ninstall python extension from extensions view or via the notification\n\n## pycharm\n\ninstall pycharm through scoop (needs extras bucket):\n\n```powershell\nscoop install pycharm\n```\n\n## pip ignore ssl certificate\n\n[add the trusted hosts to the pip configuration](https://stackoverflow.com/a/67796873):\n\n```powershell\npip config set global.trusted-host `\n    \"pypi.org files.pythonhosted.org pypi.python.org\" `\n    --trusted-host=pypi.python.org `\n    --trusted-host=pypi.org `\n    --trusted-host=files.pythonhosted.org\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsecretiveshell%2Fenterprisepythoninstallnotes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsecretiveshell%2Fenterprisepythoninstallnotes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsecretiveshell%2Fenterprisepythoninstallnotes/lists"}