mirror of
https://github.com/cryptoadvance/specter-desktop.git
synced 2026-08-13 12:33:29 +02:00
Chore: comments for macos build script (#2228)
Co-authored-by: k9ert <k9ert@gmx.de>
This commit is contained in:
parent
5e988626fd
commit
aa5aaeb6db
1 changed files with 4 additions and 4 deletions
|
|
@ -13,10 +13,10 @@ function create_virtualenv_for_pyinstaller {
|
|||
echo " --> Deleting .buildenv"
|
||||
rm -rf .buildenv
|
||||
fi
|
||||
# linux:
|
||||
# virtualenv --python=python3 .buildenv
|
||||
# we do:
|
||||
virtualenv --python=/usr/local/bin/python3 .buildenv
|
||||
# This currently assumes to be run with: Python 3.10.4
|
||||
# Important: pyinstaller needs a Python binary with shared library files
|
||||
# With pyenv, for example, you get this like so: env PYTHON_CONFIGURE_OPTS="--enable-shared" pyenv install 3.10.4
|
||||
virtualenv .buildenv
|
||||
source .buildenv/bin/activate
|
||||
pip3 install -e ".[test]"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue