Skip to content

burmisha/treashure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

124 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

virtualenv venv --python=python3.8
. venv/bin/activate
make vendor

./run.py --help

deactivate

Links

pyenv

git clone https://github.com/pyenv/pyenv.git ~/.pyenv
git clone https://github.com/pyenv/pyenv-virtualenv.git $(pyenv root)/plugins/pyenv-virtualenv

# add to ~/,zshrc
export PYENV_ROOT="${HOME}/.pyenv"
export PATH="${PYENV_ROOT}/bin:${PATH}"
eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)"

pyenv install --list | grep -E '^ +3\.\d{1,2}\.\d+$'
pyenv install 3.10.13

pyenv local 3.10.13
pyenv virtualenv 3.10.13 treashure-3.10.13

About

Trash-treasure-sh-bash - my scripts to be saved

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published