Skip to content

iamharshil/my-learnings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learnings

This is repo for all my learn from now where I will have separate folder for languages technologies and frameworks.

I will provide link for them from here

  1. C++ : README.md

Logs

  • Python namespace was not working with ubuntu since by default python used to refer to python2 which is EOD(end of life) now.
  • Ubuntu uses python3 namespace to link it to the system.
  • I had vs code extension which uses python namespace to run python file.
  • What I did was I changed default extension to language map of python like below in user settings.json file.
[
    "code-runner.executorMap": {
        "python": "python3"
      }
]
  • This changed python to python3 in my code-runner extension without any system conflicts(I was planning to set alias for it in .bashrc XD).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published