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

How to set up atom path in Windows? #7

Open
morphogencc opened this issue Jan 7, 2022 · 1 comment
Open

How to set up atom path in Windows? #7

morphogencc opened this issue Jan 7, 2022 · 1 comment

Comments

@morphogencc
Copy link

In the power shell, I can enter:

python -m black

and black will run.

However, I can't what format the Atom config wants.

It isn't:

python -m black
python3 -m black
C:\Python38\python.exe -m black

So how should I enter the path to black?

@utkarshgupta137
Copy link
Owner

On linux, it is like /Users/utkarsh/miniconda3/envs/atom-python/bin/black which points to the binary of black.
I've not tested this package on Windows myself, but you would need to provide a similar path on windows.

Please refer to psf/black#1558 (comment) for help with figuring out black path.

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