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

Use pyston along side or instead of pyston3 #32

Closed
AverageComet250 opened this issue May 13, 2021 · 8 comments
Closed

Use pyston along side or instead of pyston3 #32

AverageComet250 opened this issue May 13, 2021 · 8 comments

Comments

@AverageComet250
Copy link

The current command to execute pyston is currently pyston3.

I understand that this is done to mirror python itself, but creating a second symlink named pyston or replacing the pyston3 symlink may be a better option, as there is no version of pyston that is using that symlink, unlike the python symlink which is used by py 2.

@kmod
Copy link
Contributor

kmod commented May 22, 2021

I don't have a strong opinion on this, and my default would be to not provide it because it's easier to add it later than to remove it. Anyone else have an opinion?

@kmod
Copy link
Contributor

kmod commented May 23, 2021

Oh I was confused, are you talking about when you run make? It looks like our distribution package installs the pyston symlink

@AverageComet250
Copy link
Author

To run pyston toy use the pyston3 command. Can we have a symlink named just pyston alongside or instead of the pyston3 symlink.

@kmod
Copy link
Contributor

kmod commented May 26, 2021

I believe what you are asking for already exists. If it doesn't for you, could you provide some more detail about how you installed pyston?

@AverageComet250
Copy link
Author

I'm running pyston2.2 on Ubuntu wsl2 and I installed from the deb file.

At the minute, I have pip-pyston3 aliased to pip and pyston3 aliased to pyston, but I'd like it if the second alias was a symlink, and there was a better command for the package manager, like ppm (pyston package manager), which is exactly the same as pip but with a different command

@kmod
Copy link
Contributor

kmod commented May 27, 2021

Hmm I'm not sure what to say, it works for me:

$ wget https://github.com/pyston/pyston/releases/download/pyston_2.2/pyston_2.2_20.04.deb
$ sudo apt install ./pyston_2.2_20.04.deb
$ pyston
Python 3.8.8 (heads/rel2.2:6287d61613, Apr 29 2021, 15:46:12)
[Pyston 2.2.0, GCC 9.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>

Could you try uninstalling pyston and reinstalling by these steps and let me know if it works for you?

@AverageComet250
Copy link
Author

Maybe it didn't install properly since I downloaded the file and installed it from my windows downloads folder

@undingen
Copy link
Contributor

undingen commented Sep 8, 2021

Closing this issue because it seems it's working now. If you are still having problems please open it again.

@undingen undingen closed this as completed Sep 8, 2021
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

3 participants