try icon indicating copy to clipboard operation
try copied to clipboard

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

Open TheInitializer opened this issue 6 years ago • 4 comments

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.

TheInitializer avatar Mar 23 '18 00:03 TheInitializer

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.

timofurrer avatar Mar 31 '18 10:03 timofurrer

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

TheInitializer avatar Apr 02 '18 00:04 TheInitializer

What's the solution of it ?

manish0301 avatar Dec 30 '19 08:12 manish0301

use git bash

Gachu13 avatar Jun 11 '20 22:06 Gachu13