https://github.com/znsoooo/python-portable
Python 3.6 64-bit embeddable with pip
https://github.com/znsoooo/python-portable
Last synced: 4 months ago
JSON representation
Python 3.6 64-bit embeddable with pip
- Host: GitHub
- URL: https://github.com/znsoooo/python-portable
- Owner: znsoooo
- Created: 2022-07-07T12:16:20.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-14T14:33:32.000Z (almost 2 years ago)
- Last Synced: 2024-12-31T03:27:33.692Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 34.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python-portable
Python 3.6 64-bit embeddable with pip
## Step-by-step Guide
1. Download and unpack [python-3.6.8-embed-amd64.zip](https://www.python.org/ftp/python/3.6.8/python-3.6.8-embed-amd64.zip)
2. Download [get-pip.py](https://bootstrap.pypa.io/pip/3.6/get-pip.py)
3. Run `python get-pip.py`
4. Add `..` and `site` into `python36._pth`
5. Add `main.py`
6. Run `run.bat`
## Advance
7. Copy `tcl` and `tkinter` from `Python36` (including `~\tcl`, `~\Lib\tkinter`, `~\DLLs\_tkinter.pyd`, `~\DLLs\tcl86t.dll`, `~\DLLs\tk86t.dll`)
8. Copy `~\Python36\Lib\idlelib` to `~\python\idlelib`
9. pip install `idlea` for a better `IDLE`
10. Use `IDLE.bat` to start up