Skip to content
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

Scripts in path #30

Open
dougransom opened this issue Oct 18, 2022 · 1 comment
Open

Scripts in path #30

dougransom opened this issue Oct 18, 2022 · 1 comment

Comments

@dougransom
Copy link
Member

I just had to manually add C:\Users\Doug\AppData\Roaming\Python\Python310-32\Scripts to my user path vriables.

I cannot remember if C:\Program Files (x86)\Python310-32\Scripts and C:\Program Files (x86)\Python310-32 was added to the path by the windows installer or natlink installer.

I would think desired behavior is all three of those are added to the path or warnings given by the natlink installer. I don't even know the current behavior.

@LexiconCode
Copy link
Member

LexiconCode commented Oct 19, 2022

The installer does not install Python on path. The reason is because nearly all other Python development takes place on a 64-bit Python environment.

if we could figure out how to make this configurable with that installer that would be a step up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants