Skip to content
This repository was archived by the owner on Jun 1, 2024. It is now read-only.

Improve documentation for setting up development environments and default installs with mise#31

Open
MustCodeAl wants to merge 3 commits intojdx:mainfrom
MustCodeAl:main
Open

Improve documentation for setting up development environments and default installs with mise#31
MustCodeAl wants to merge 3 commits intojdx:mainfrom
MustCodeAl:main

Conversation

@MustCodeAl
Copy link
Copy Markdown

Improved instructions for setting up PyCharm in python.md

  • Provided clearer instructions on how to prioritize Python3 installation over the system’s Python install in PyCharm on macOS.

Update default npm packages in node.md

  • Updated the list of default npm packages, removed outdated ones, and added common global packages with various naming schemes. This showcases different syntax's for packages.

The commit provides clearer instructions on how to set up PyCharm to use the correct base Python on macOS. The section title and description have been revised to better guide users through the process of prioritizing their Python3 installation over the system's Python install.
The commit updates the list of default npm packages in the node.md guidance document. removed old packages and added more common global with different naming schemes npm packages to showcase different syntax's for packages that will be accepted
Comment thread lang/python.md Outdated
To instruct PyCharm to prioritize your Python3 installation over the system's Python install, you can execute the command below:

```sh
sudo ln -s ~/.local/share/mise/installs/python/latest/bin/python3 /usr/local/bin/python3
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is not right, it will just use the latest version every time

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed it to use latest version 3 instead now

fixed to use 3 instead of latest
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants