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

gcspypi invoking pip instead of pip3 ? #10

Open
JuergenSimon opened this issue Nov 26, 2019 · 1 comment
Open

gcspypi invoking pip instead of pip3 ? #10

JuergenSimon opened this issue Nov 26, 2019 · 1 comment

Comments

@JuergenSimon
Copy link

I'm trying to get gcspypi to install packages in my python3 environment. The following command seems to use pip instead of pip3:

gcspypi --repository my-python-repository install some-module==0.1.0:

Output:

using repository `my-python-repository
 connected                        
installing some-module==0.1.0
Requirement already satisfied (use --upgrade to upgrade): redis>=3.3 in /Users/foobar/Library/Python/2.7/lib/python/site-packages
Cleaning up...
Requirement already satisfied (use --upgrade to upgrade): plotly>=4.3 in /Users/foobar/Library/Python/2.7/lib/python/site-packages

How do I get gcspypi to use pip3 instead of pip?!

@JuergenSimon
Copy link
Author

I created a PR to enable this to work in python3. I added a --python3 command line flag. See PR herE: #11

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

1 participant