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

'.' is not recognized as an internal or external command, operable program or batch file. #12

Open
TheInitializer opened this issue Mar 23, 2018 · 4 comments

Comments

@TheInitializer
Copy link

TheInitializer commented Mar 23, 2018

Hi,
When I run try I get this error:

λ try requests
==> Use python python3.6
[*] Downloading packages: requests
'.' is not recognized as an internal or external command,
operable program or batch file.
[*] Command 'python -m pip install  requests >> C:\Users\dkter\AppData\Local\Temp\try-on_npjrs\logs' exited with error code: 1. See C:\Users\dkter\AppData\Local\Temp\try-on_npjrs\logs

The given log file contains the text:

The path python3.6 (from --python=python3.6) does not exist

I'm using Windows 10 and Python 3.6.

@timofurrer
Copy link
Owner

What kind of shell are you using?

The problem seems to be that your shell doesn't support the dot (.) to source shell files which is used to activate the virtualenv.

@TheInitializer
Copy link
Author

It has this issue with both cmd.exe and PowerShell.

@manish0301
Copy link

What's the solution of it ?

@Gachu13
Copy link

Gachu13 commented Jun 11, 2020

use git bash

DeeJangir added a commit to DeeJangir/try that referenced this issue Apr 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants