adding conda environment
This commit is contained in:
@@ -124,7 +124,7 @@
|
||||
],
|
||||
"metadata": {
|
||||
"kernelspec": {
|
||||
"display_name": "Python 3.10.7 64-bit",
|
||||
"display_name": "Python 3.10.8 ('howbadismybatch-venv')",
|
||||
"language": "python",
|
||||
"name": "python3"
|
||||
},
|
||||
@@ -138,11 +138,11 @@
|
||||
"name": "python",
|
||||
"nbconvert_exporter": "python",
|
||||
"pygments_lexer": "ipython3",
|
||||
"version": "3.10.7"
|
||||
"version": "3.10.8"
|
||||
},
|
||||
"vscode": {
|
||||
"interpreter": {
|
||||
"hash": "916dbcbb3f70747c44a77c7bcd40155683ae19c65e1c03b4aa3499c5328201f1"
|
||||
"hash": "1bce2b9b19ce5f16d695ff75ac05095b3e564c169ff454b58b87cb796c0695b8"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -33,3 +33,8 @@ fcrontab -l
|
||||
|
||||
systemctl status fcron
|
||||
tail -f /var/log/syslog
|
||||
|
||||
conda create --name howbadismybatch-venv python=3
|
||||
conda activate howbadismybatch-venv
|
||||
conda env export --from-history > environment.yml
|
||||
conda env create -f environment.yml
|
||||
|
||||
Reference in New Issue
Block a user