How to install Python environment in manjaro?

I want to install python 3 in manjaro. I know python is already installed but i want to install the setup/environment like pycharm in my system.

pycharm-community-edition is available from the Manjaro repos. :arrow_down:

pamac install pycharm-community-edition

… or… :arrow_down:

sudo pacman -S pycharm-community-edition
1 Like

Read about pyenv to manage different Python versions and poetry about managing specific virtual environments and their dependencies.

2 Likes

thanks

1 Like
1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.