Skip to content
@pybase-net

Pybase

Make life easier with Python

Pybase

Install Python

MACOS

brew install pyenv
pyenv versions
pyenv install --list | grep 11
brew install xz # fixed missing lib when install python using pyenv
pyenv install 3.11.4
pyenv global 3.11.4
  • Add "eval "$(pyenv init --path)" to "/.zprofile"
# Setting PATH for Python 3.11
# The original version is saved in .zprofile.pysave
# PATH="/Library/Frameworks/Python.framework/Versions/3.11/bin:${PATH}"

# Setting PATH for pyenv
eval "$(pyenv init --path)"
which python
which python3
which pip

Install pipenv

pip3 install --user pipenv

.zprofile

# Setting pip packages
export PYTHONUSERBASE="$HOME/.local"
PATH="$PYTHONUSERBASE/bin:${PATH}"
source ~/.zprofile
which pipenv

Use pipenv

# activate
pipenv shell
# install dependencies
pipenv install

Pinned Loading

  1. .github .github Public

    Pybase

Repositories

Showing 4 of 4 repositories
  • pycms Public

    pycms powered by django

    pybase-net/pycms’s past year of commit activity
    Python 0 0 0 0 Updated Feb 21, 2025
  • python-tools Public

    Test python third party libs

    pybase-net/python-tools’s past year of commit activity
    Python 0 0 0 0 Updated Aug 17, 2024
  • .github Public

    Pybase

    pybase-net/.github’s past year of commit activity
    0 0 0 0 Updated Aug 15, 2023
  • pycurl Public

    pycurl cli

    pybase-net/pycurl’s past year of commit activity
    HTML 0 MIT 0 0 0 Updated Aug 8, 2023

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…