curl https://pyenv.run | bash
# add this commands:
export PYENV_ROOT="$HOME/.pyenv"
command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"
# here:
nano ~/.bash_profile
# here:
nano ~/.profile
# and here:
nano ~/.bashrc
# then add this commands:
eval "$(pyenv virtualenv-init -)"
# here:
nano ~/.bashrc
pyenv install 3.12.0
pyenv global 3.12.0
python3 --version
pip install --upgrade pip
pip install --user pipenv
pipenv run dev
pipenv install [package_name]
pipenv install
1. Obfuscate using https://pyob.oxyry.com:
python3 -OO -m py_compile [your_file_name].py
python3 __pycache__/[your_file_name].pyc