-
Notifications
You must be signed in to change notification settings - Fork 28
How to get started with python 3.9.7 on Windows
denNorske edited this page Jan 28, 2022
·
4 revisions
- Install 32 bit version of Python 3.9.7, here is a link: https://www.python.org/ftp/python/3.9.7/python-3.9.7.exe
- Check the checkbox saying "Add to Path", so that it is selected.
- Select "Custom" installation. Do not use default installation.
- Make sure to install for all users.
- Do not edit the default installation path, leave it as it is suggested. This is due to the plugin looking at the default python path in order to launch python on load*
*For reference, the default python path when installed for all users, is (as of release 2.0.0): C:\Program Files (x86)\Python39-32
There is a video here for you if you are stuck.
We in the PySAMP team will further look into how we can solve the path requirement in later releases.