forked from guilhermelawless/nano-dpow
-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use embedded python 3.8 for Windows #10
Comments
And why should you use python embedded and not the casual python installer? |
I have a higher (and incompatible) version of python installed globally on
my system. This way I can run boom-pow regardless of the globally installed
python.
…On Mon, 5 Apr 2021 at 15:34, Peter Eisenschmidt ***@***.***> wrote:
And why should you use python embedded and not the casual python installer?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<https://github.com/BananoCoin/boompow/issues/10#issuecomment-813395204>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AASYFGPSCOTLUKA2EHPOSHDTHG35DANCNFSM4Y7CBSQA>
.
|
As of boompow version 3.0.1 you can use the casual python 3.9 (which is the highest version). Maybe you've not noticed the release? |
I did not, will check it out!
…On Mon, 5 Apr 2021 at 16:36, Peter Eisenschmidt ***@***.***> wrote:
As of boompow version 3.0.1 you can use the casual python 3.9 (which is
the highest version). Maybe you've not noticed the release?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<https://github.com/BananoCoin/boompow/issues/10#issuecomment-813426623>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AASYFGMF5PBVKXK3FMQWVSLTHHDGBANCNFSM4Y7CBSQA>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
python-3.8.3-embed-amd64
next torun_windows.bat
python-3.8.3-embed-amd64
python-3.8.3-embed-amd64\python38._pth
python-3.8.3-embed-amd64
python get-pip.py
python -m pip install -r ..\requirements.txt
set PATH=%~dp0python-3.8.3-embed-amd64;%PATH%
torun_windows.bat
The text was updated successfully, but these errors were encountered: