-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Support installing tools into a private cache directory #236
Comments
This is happening because you're using the system Python which means you need to install Pylint with sudo or into a virtual environment. I will need to discuss this with @DonJayamanne , but my suspicion is our recommendation will be to create a virtual environment and install into that (versus installing into a private cache directory). |
@brettcannon Thanks. A virtual environment sounds less risky. Whether macOs or Red Hat Enterprise Linux I am afraid to mess with the system Python because of potentially bad and unknown consequences. I would prefer to install everything with homebrew. Is not there a utility that can switch environments, for example, between system Python, Python 2.7, and Python 3.0? |
Closing in favor of #386 |
Environment data
VS Code version: 1.18.0 (1.18.0)
Python Extension version: 0.8.0
Python Version: Python 2.7.10
OS and version: macOS Sierra 10.12.6
Steps to reproduce:
Tips or suggestions appreciated. ( I am not a Python expert )
Logs
Output from
Console window
(Help->Developer Tools menu)The text was updated successfully, but these errors were encountered: