본문 바로가기

Programming35

pyenv GitHub - pyenv/pyenv: Simple Python version management GitHub - pyenv/pyenv: Simple Python version management Simple Python version management. Contribute to pyenv/pyenv development by creating an account on GitHub. github.com pyenv python 버전 관리 도구이다. (like nvm) 여러 버전을 설치해두고 global 또는 local 경로에 원하는 버전을 활성화해서 사용할 수 있다. Install $ brew update $ brew install pyenv Installed versions $ pyenv versions.. 2024. 3. 12.
django(1)-프로젝트 만들기(with poetry) poetry로 django 프로젝트를 작성하는 과정을 기록한다. django 의 공식 문서를 참고했다. Django Django The web framework for perfectionists with deadlines. docs.djangoproject.com 실습 코드: https://github.com/pacho-h/django-practice GitHub - pacho-h/django-practice: django practice with poetry django practice with poetry. Contribute to pacho-h/django-practice development by creating an account on GitHub. github.com set python ver.. 2024. 3. 12.
pytest & pytest-watcher pytest pytest: helps you write better programs — pytest documentation pytest: helps you write better programs — pytest documentation pytest: helps you write better programs The pytest framework makes it easy to write small, readable tests, and can scale to support complex functional testing for applications and libraries. pytest requires: Python 3.7+ or PyPy3. PyPI package name: pytest docs.pyte.. 2023. 12. 27.
Poetry Introduction | Documentation | Poetry - Python dependency management and packaging made easy Introduction | Documentation | Poetry - Python dependency management and packaging made easy If you installed using the deprecated get-poetry.py script, you should remove the path it uses manually, e.g. rm -rf "${POETRY_HOME:-~/.poetry}" Also remove ~/.poetry/bin from your $PATH in your shell configurati.. 2023. 12. 13.