p icon indicating copy to clipboard operation
p copied to clipboard

:snake: Python Version Management Made Simple

Results 25 p issues
Sort by recently updated
recently updated
newest added

- Test the platform using `uname` and add the `.exe` suffix if using `cygwin` or `mingw` - Only add and source `.zshrc`/`.bashrc` if they are available Fixes https://github.com/qw3rtman/p/issues/11 and https://github.com/qw3rtman/p/issues/30...

add support for FISH shell

Python 2.7.10 is installed on Ubuntu via apt. downloaded p p 3.5.1 ``` install : Python-3.5.1 create : /usr/local/p/versions/python/3.5.1 fetch : https://www.python.org/ftp/python/3.5.1/Python-3.5.1.tgz ``` configure : 3.5.1 compile : 3.5.1 Error:...

As the title, python.exe is hardcoded in the script, while the running environment is linux/mac.

os: centos7.3 ```shell [root@centos ~]# p 2.7.13 install : Python-2.7.13 create : /usr/local/p/versions/python/2.7.13 fetch : https://www.python.org/ftp/python/2.7.13/Python-2.7.13.tgz configure : 2.7.13 compile : 2.7.13 Error: Unable to compile Python 2.7.13! [root@centos ~]#...

I have some different kind of python installed before p, how can p list my version?

Hi, I got this error after `npm i -g pyvm` ![image](https://user-images.githubusercontent.com/12554487/34720104-87ae78c2-f578-11e7-8b49-f31b007bc12a.png) I found there is a redundant space character. and I found the code in `node_modules` is wrong: ![image](https://user-images.githubusercontent.com/12554487/34720257-fdc1ad86-f578-11e7-84e2-e74d525c87f4.png) You...

Hi, Configuration : Manjaro Linux 32 bits (based on archlinux) i wanted to try p so, i learnt the readme what explains how to install it i do : ```...

Hello, correct me if I'm wrong, but on this line: https://github.com/qw3rtman/p/blob/14d3c6913f6a5ee29996796e7e1db3ebba1166ca/p#L390 p is looking for a ".exe" file right after compilation. As far as I can tell, the ".exe" symbolic...