this is my first question here and also a total absolute newb in Linux.so please be kind:)
I've spent the last week of my life trying to set up a development environment so I can learn machine learning. I have less hair now, not that I had too much before. NevermindNever mind.
I am using WSL 2 Ubuntu 20.04 on Windows 10.0.19054
afterAfter installing Cuda Toolkit and doing export path iI now have this message when iI log in
"-bash: /home/me/.profile: line 28: syntax error near unexpected token (' -bash: /home/me/.profile: line 28: export PATH=/usr/local/cuda-11.8/bin:/home/me/anaconda3/condabin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/lib/wsl/lib:/mnt/c/Python27/:/mnt/c/Python27/Scripts:"
-bash: /home/me/.profile: line 28: syntax error near unexpected token `('
-bash: /home/me/.profile: line 28: `export PATH=/usr/local/cuda-11.8/bin:/home/me/anaconda3/condabin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/lib/wsl/lib:/mnt/c/Python27/:/mnt/c/Python27/Scripts:
theThe path it'sis much longer but iI didn't put anything in it so I presume there are no errors there. I cut it so it wouldn't show the user name (is that correct to do?)
andAnd I'm stuck. There's no `(' anywhere.
Notes:
iI am trying to export the path for Cuda toolkit, which for the 18.8 version looks different from other versions. For instance the the "cuda" folder i'veI've seen in other examples is now "cuda-11.8"
theThe PATH has a lot of paths in "mnt/c" ... why?! iI haven't installed anything there? Are they installed by Windows?
I am not a complete idiot. I know a bit of DOS and iI understand Environment and Paths and syntax and stuff like. But my goal is not to learn Linux, i'mI'm not a coder. I'm a 3d generalist trying to run some apps. Please fell free to educate me in how iI should make posts here and iI really hope someone will help me.
This is my first question here and also a total absolute newb in Linux. So please be kind :)