[BU02] How to easily create your first Sublime Text build system

  Рет қаралды 11,784

OdatNurd - Sublime Text Tutorials

OdatNurd - Sublime Text Tutorials

Күн бұрын

Пікірлер: 26
@kqvanity
@kqvanity 2 жыл бұрын
Whenever i look for something related to sublime and see your channel recommended at the search results, i instantly know that i'll have a thorough understanding of the topic . Thanks!
@OdatNurd
@OdatNurd 2 жыл бұрын
Awesome, thanks!
@tua7582
@tua7582 2 жыл бұрын
You put every auctioneer to shame! Same speed, no mumbling - plain awesome.
@niconfeta4438
@niconfeta4438 7 ай бұрын
Man, i had a problem with sublime text, it works with a different environment than anaconda (i have two path in the environment variables), but with your video it was solved 100%, thanks a lot!!
@OdatNurd
@OdatNurd 7 ай бұрын
Awesome!
@vishmapdas7898
@vishmapdas7898 2 жыл бұрын
Great video sir, Thank you! :-)
@MrPimmetjepom
@MrPimmetjepom Жыл бұрын
Thank you, just created a custom python build system :)
@OdatNurd
@OdatNurd Жыл бұрын
Awesome!
@vishmapdas7898
@vishmapdas7898 2 жыл бұрын
Sir I can't thank u enough. Liked and subbed
@graymarshall4116
@graymarshall4116 2 жыл бұрын
Great Vid, Thanks. Which video demos the Python error code trapping?
@OdatNurd
@OdatNurd 2 жыл бұрын
Hey thanks, and sorry for the delay in responding.. vacation time led right into crunch time. The video for this isn't up on the channel yet; it kept getting pushed for other content. I'll pull it forward in the schedule because it really is an important piece of the puzzle.
@mikecallahan8050
@mikecallahan8050 2 жыл бұрын
Hey there, sorry I’m so hesitant about this. Let me give you a idea of what I’m trying to do. Basically the entire goal of this is to fallow a lesson however I want to implement sublime text to be able to manage. I’m happy with my terminal currently. However in a course I’m doing it used anaconda. I personally dislike how it places everything in separate envs however I’m being told to use it. What I want to do is install it as another build system (new build system). Is that possible to do without changing my default python system? If it is would you be willing to write up instructions? I’m more then happy to pay for this, I’m just need a little help. For this instance I will need to start up a new venv. This is the packages I need to install to it.
@mikecallahan8050
@mikecallahan8050 2 жыл бұрын
name: tsa_course channels: - defaults dependencies: - numpy=1.15.4 - pandas=0.23.4 - matplotlib=3.0.2 - pip=18.1 - python=3.7.2 - python-dateutil=2.7.5 - pytz=2018.7 - scikit-learn=0.20.3 - scipy=1.1.0 - statsmodels=0.9.0 - xlrd=1.2.0 - openpyxl=2.5.12 - lxml=4.3.0 - html5lib=1.0.1 - beautifulsoup4=4.6.3 - jupyter=1.0.0 - pip: - pmdarima==1.1.0 prefix: C:\Anaconda3\envs\tsa_course
@OdatNurd
@OdatNurd 2 жыл бұрын
Indeed you can have any many build systems as you would like; you should be able to have multiple versions of Python (or types of Python) installed without them conflicting with each other. I don't know anything specifically about Anaconda but I would imagine that if you install it and use it to install the dependency libraries, the build for it would be identical to the one that ships with Sublime for Python except for the name of the program that it's running.
@mikecallahan8050
@mikecallahan8050 2 жыл бұрын
Thank you so much. Can I get your PayPal or send you some XRP. See I’m trying to feel out sublime fully. Messed with pycharm, it’s a great prg but clunky. Sublime seems more streamline.
@mikecallahan8050
@mikecallahan8050 2 жыл бұрын
Ok, think I have it all figured out 👍. kzbin.info/www/bejne/rqLGhZmmod-lbcU
@OdatNurd
@OdatNurd 2 жыл бұрын
@@mikecallahan8050 That's very kind and never required; You should be able to hit me at paypal.me/odatnurd though
@AndreyMakR3
@AndreyMakR3 3 жыл бұрын
Thank you!
@OdatNurd
@OdatNurd 3 жыл бұрын
You're welcome!
@bhavyanigam2461
@bhavyanigam2461 2 жыл бұрын
I did the same for c++ : { "cmd": ["g++.exe","${file}"] } but it's showing "[Finished in 734ms]" How to fix this??
@OdatNurd
@OdatNurd 2 жыл бұрын
All that will do is compile the current file. That's sort of output seems like what you should expect unless you see program has an error in it that causes an error message to be displayed. Do you see something different if your code is broken, such as missing a semicolon?
@dataengineeringwithrabinja2703
@dataengineeringwithrabinja2703 2 жыл бұрын
@@OdatNurd how to compile and run both? i managed to compile my scala code and its working fine but i want to see the output too .. any idea how to include this in build file?
@OdatNurd
@OdatNurd 2 жыл бұрын
@@dataengineeringwithrabinja2703 does running the code not display output for you?
@MrGuen7198
@MrGuen7198 3 жыл бұрын
Can we compile C and C++ in Sublime text??
@OdatNurd
@OdatNurd 3 жыл бұрын
You can indeed; there are sample build systems named `C Single File` and `C++ Single File` that demonstrate it, though for anything other than a single file you probably want to use a dedicated tool like Make or such.
[BU03] Three easy ways to get Sublime to automatically select your custom build
9:21
OdatNurd - Sublime Text Tutorials
Рет қаралды 2,2 М.
[CQ32] Make any build system interactive with Terminus!
29:06
OdatNurd - Sublime Text Tutorials
Рет қаралды 37 М.
Flipping Robot vs Heavier And Heavier Objects
00:34
Mark Rober
Рет қаралды 59 МЛН
CAN YOU DO THIS ?
00:23
STORROR
Рет қаралды 25 МЛН
Sublime Text 3 Setup - Most Important Packages
20:06
Alessandro “Alecaddd” Castellani
Рет қаралды 483 М.
The Best Sublime Text 3 Settings and Packages
10:59
Tech With Tim
Рет қаралды 240 М.
[PPR06] Terminus
14:00
OdatNurd - Sublime Text Tutorials
Рет қаралды 28 М.
[CQ18] Git Integration
22:56
OdatNurd - Sublime Text Tutorials
Рет қаралды 7 М.
How To Run Code In Sublime Text
9:24
Tech With Tim
Рет қаралды 274 М.
[CQ04] Build System Basics
11:45
OdatNurd - Sublime Text Tutorials
Рет қаралды 12 М.
[P101-01] How to get started writing plugins for Sublime Text
20:02
OdatNurd - Sublime Text Tutorials
Рет қаралды 7 М.
How to not get hacked: real example
13:55
The PC Security Channel
Рет қаралды 418 М.