- PEP 517
- PEP 518
- PyPA
- setuptools: https://setuptools.readthedocs.io/en/latest/
- distutils: https://docs.python.org/3/library/distutils.html#module-distutils (legacy)
- Pure Python packages
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/projects/tips via 🐍 pyenv miniconda3-4.7.12 (miniconda3-4.7.12) 🅒 root | |
➜ pyenv local 3.8.6 | |
~/projects/tips via 🐍 pyenv 3.8.6 | |
➜ python -m venv testenv | |
~/projects/tips via 🐍 pyenv 3.8.6 took 4s | |
➜ source testenv/bin/activate | |
~/projects/tips via 🐍 pyenv 3.8.6 (testenv) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Add this to your zshrc file | |
# Use only if you have Big Sur and at your own risk | |
local xc_sdk_path="$(xcrun --show-sdk-path 2>/dev/null || true)" | |
if [ -d "$xc_sdk_path" ]; then | |
export CFLAGS="-I${xc_sdk_path}/usr/include ${CFLAGS}" | |
export LDFLAGS="-L${xc_sdk_path}/usr/lib ${LDFLAGS}" | |
fi | |
export PATH="~/.pyenv/bin:$PATH" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Launch a notebook in an ephemeral container in the cloud. No installation needed. Fill out the form or click on a Launch on Binder badge in GitHub.