native-api

Results 369 comments of native-api

> > > Looking at the [Chocolatey Gallery](https://chocolatey.org/packages/clcache) it appears that the package got submitted but then there were some hickups which weren't addressed in time, and hence the package...

IPython command prompt uses `pycolorama` (if I'm not mistaking) that accepts Unix special sequences and converts them to their Windows counterparts as needed. So, in Windows IPython console, you still...

> > > In your test, no language is set for blank `hack:`. Expected it to say <...>. Since this is not a part of my bug report, it's your...

> Does this still occur after doing pyenv rehash? Yes. > What does the shim execute when run before or after pyenv rehash? Since `system` Python is selected for which...

``` (test) vmuser@ubuntuvm:~$ echo $PATH /home/vmuser/test/bin:/home/vmuser/.rbenv/shims:/home/vmuser/.rbenv/bin:/home/vmuser/.pyenv/shims:/home/vmuser/.pyenv/bin:/home/vmuser/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/vmuser/.rvm/bin (test) vmuser@ubuntuvm:~$ ls /home/vmuser/test/bin activate activate_this.py pip python3 activate.csh activate.xsh pip3 python3.6 activate.fish easy_install pip3.6 python-config activate.ps1 easy_install-3.6 python wheel ```

> The OP was... interested... in particular that activating a virtualenv didn't shadow the system 2to3. (I'm not sure what this phrase puts in my mouth, it could be interpreted...

> (Let me edit the original post with the expected behavior) Done. I also clarified why the user expected it to be on `PATH`.

It's "special" in that it's backed by the standard library AND is in `PATH` for a standard Linux installation. There aren't actually many other tools like this. Other than `2to3`,...

(also `python-config` which is already being redirected)

> Ubuntu (bash on Windows, and a docker image with python3 installed) doesn't seem to have 2to3 by default That's because in Ubuntu, `2to3` is moved to a separate package:...