All public logs

Jump to navigation Jump to search

Combined display of all available logs of Chorke Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 09:06, 2 June 2024 Shahed talk contribs created page PyEnv (Created page with "<syntaxhighlight lang="bash"> brew install pyenv cat <<< ' # pyenv config export PYENV_ROOT="${HOME}/.pyenv" [[ -d ${PYENV_ROOT}/bin ]] && export PATH="${PYENV_ROOT}/bin:${PATH}" eval "$(pyenv init -)"'| tee -a ~/.bashrc >/dev/null </syntaxhighlight> ==Playground== {| | valign="top" | <syntaxhighlight lang="bash"> pyenv install -list-all pyenv install 3.10.14 cat ./.python-version </syntaxhighlight> | valign="top" | <syntaxhighlight lang="bash"> pyenv global system 3.1...")