[go: nahoru, domu]

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

Issue on window 10, use --no-warn-script-location #195

Open
otakenz opened this issue Nov 17, 2020 · 0 comments
Open

Issue on window 10, use --no-warn-script-location #195

otakenz opened this issue Nov 17, 2020 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@otakenz
Copy link
otakenz commented Nov 17, 2020

image

OS : Window 10 Home
Pyenv version: 2.64.3

I have already set the environment variable by running:
[System.Environment]::SetEnvironmentVariable('PYENV',$env:USERPROFILE + ".pyenv\pyenv-win","User")
[System.Environment]::SetEnvironmentVariable('PYENV_HOME',$env:USERPROFILE + ".pyenv\pyenv-win","User")
[System.Environment]::SetEnvironmentVariable('path', $HOME + ".pyenv\pyenv-win\bin;" + $HOME + ".pyenv\pyenv-win\shims;" + $env:Path,"User")

I have restarted the PC, however the issue regarding to PATH still persists.
May I know is this a false positive? Also how do I stop it for future pip install?

@kirankotari kirankotari added the help wanted Extra attention is needed label Jan 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants