Blastermaster2.0: Difference between revisions

From DISI
Jump to navigation Jump to search
(asdf)
 
m (asdf)
Line 1: Line 1:
== first time ==


== 0. use centos7 e.g. gimel5 ==
== 0. use centos7 e.g. gimel5 ==
Line 5: Line 7:
background info here:
background info here:
  https://python-poetry.org/docs/
  https://python-poetry.org/docs/
command here:
command here:
  curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
  curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -


== 2. active environment ==
== 2. set up pyenv ==
  bash
  ~isknight/.pyenv/bin/pyenv install 3.8.5
source $HOME/.poetry/env
 


== 3. ==
== every time ==  


== 0. use centos7 e.g. gimel5 ==


== 1. activate environment ==
bash
source $HOME/.poetry/env
source


== 4.  ==
== 4.  ==

Revision as of 21:25, 4 March 2022

first time

0. use centos7 e.g. gimel5

1. install poetry

background info here:

https://python-poetry.org/docs/

command here:

curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -

2. set up pyenv

~isknight/.pyenv/bin/pyenv install 3.8.5

every time

0. use centos7 e.g. gimel5

1. activate environment

bash
source $HOME/.poetry/env
source 

4.